chiark / gitweb /
One more verification fix
authorCiaran Gultnieks <ciaran@ciarang.com>
Thu, 29 Aug 2013 13:23:21 +0000 (14:23 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Thu, 29 Aug 2013 13:23:21 +0000 (14:23 +0100)
fdroidserver/verify.py

index 16020dfb6de51c0c01da9d8cbfa3e40c028b580d..41b90c2e8e2c4be5ef9c8ca18d9f7b280ea27d41 100644 (file)
@@ -86,7 +86,7 @@ def main():
                 print "Failed to unpack local build of " + apkfilename
                 sys.exit(1)
             if subprocess.call(['jar', 'xf', os.path.join("..", "..", remoteapk)],
-                cwd=thisdir) != 0:
+                cwd=thatdir) != 0:
                 print "Failed to unpack remote build of " + apkfilename
                 sys.exit(1)