diff --git a/release.py b/release.py index 31f61217..4217d94c 100644 --- a/release.py +++ b/release.py @@ -68,6 +68,7 @@ if expectedHash != actualHash: print("[!] Error: expected hash of file and actual hash differ") print("[!] Expected hash is {}".format(expectedHash)) print("[!] Actual hash is {}".format(actualHash)) + sys.exit(1) # Ask the user to review the information before we precede # This only runs in we're in interactive mode