]> git.seodisparate.com - AnotherAURHelper/commitdiff
Fix invalid variable names
authorStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 07:23:07 +0000 (16:23 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Sat, 4 Jun 2022 07:23:07 +0000 (16:23 +0900)
update.py

index 55f37a5a9ae204bf1e47250a096a7c1d6bf2deb9..87492fff9285658d927114a7d99de41f2225f2c4 100755 (executable)
--- a/update.py
+++ b/update.py
@@ -1236,9 +1236,9 @@ if __name__ == "__main__":
                 pkg_state,
                 other_state,
                 args.no_update,
-                "" if args.no_store else args_signing_gpg_dir,
-                "" if args.no_store else args_signing_gpg_key_fp,
-                "" if args.no_store else args_signing_gpg_pass,
+                "" if args.no_store else other_state['signing_gpg_dir'],
+                "" if args.no_store else other_state['signing_gpg_key_fp'],
+                "" if args.no_store else other_state['signing_gpg_pass'],
                 args.no_store,
             )
         else: