diff --git a/packer/parse_output.py b/packer/parse_output.py index 9b7cefd..8bc1c8a 100755 --- a/packer/parse_output.py +++ b/packer/parse_output.py @@ -47,7 +47,7 @@ def main(argv): exit(1) if not os.path.isdir(artifact_file_location): - print "ERROR: Artifact directory give does not exist (" + artifact_file_location + ").\n\tusage: " + sys.argv[0] + " \n" + print "ERROR: Artifact directory given does not exist (" + artifact_file_location + ").\n\tusage: " + sys.argv[0] + " \n" exit(1)