]> git.lizzy.rs Git - torbrowser-launcher.git/commitdiff
Fix gpg path
authorMicah Lee <micah@micahflee.com>
Fri, 18 Jun 2021 22:54:54 +0000 (18:54 -0400)
committerMicah Lee <micah@micahflee.com>
Fri, 18 Jun 2021 22:54:54 +0000 (18:54 -0400)
torbrowser_launcher/common.py

index 3d84c0ffd01e74734bf63da1c945707649bb389d..97eccc5770ee2217bc409e0f29b356eacbdfeb2d 100644 (file)
@@ -283,7 +283,7 @@ class Common(object):
         # Fetch key from wkd, as per https://support.torproject.org/tbb/how-to-verify-signature/
         p = subprocess.Popen(
             [
-                "gpg2",
+                "gpg",
                 "--status-fd",
                 "2",
                 "--homedir",