diff --git a/slurp b/slurp index 8b80e5da4b9..ab0c879db39 100755 --- a/slurp +++ b/slurp @@ -50,7 +50,7 @@ source = params['src'] if not os.path.exists(source): print json.dumps(dict( failed = 1, - msg = "file not found: %s" % metadata + msg = "file not found: %s" % source )) sys.exit(1)