]> git.decadent.org.uk Git - dak.git/blobdiff - dak/add_user.py
Rename the one regex so it doesnt override the other
[dak.git] / dak / add_user.py
index f658272acdb72f279c7b96038045e2695e030dab..67e4769447a34a09915387408dd1b5a65a455f7c 100755 (executable)
@@ -136,7 +136,7 @@ def main():
            % (utils.gpg_keyring_args(keyrings),
               Cnf["Add-User::Options::Key"])
     (result, output) = commands.getstatusoutput(cmd)
-    m = re_gpg_fingerprint.search(output)
+    m = re_gpg_fingerprint_colon.search(output)
     if not m:
         print output
         utils.fubar("0x%s: (1) No fingerprint found in gpg output but it returned 0?\n%s" \