Fix the path to build artifacts for formatting
authorMichelle McDaniel <adiaaida@gmail.com>
Wed, 16 Nov 2016 17:45:49 +0000 (09:45 -0800)
committerMichelle McDaniel <adiaaida@gmail.com>
Wed, 16 Nov 2016 17:45:49 +0000 (09:45 -0800)
tests/scripts/format.py

index 1cda283e8421a7f29f1f84abbcfeb09fb3f15c58..9736c033b2b2f3a8b0bf23c9c646c3ada0b1efd7 100644 (file)
@@ -239,7 +239,7 @@ def main(argv):
         print("There were errors in formatting. Please run jit-format locally with: \n")
         print(errorMessage)
         print("\nOr download and apply generated patch:")
-        print("wget " + buildUrl + "artifacts/format.patch")
+        print("wget " + buildUrl + "artifact/format.patch")
         print("git apply format.patch")
 
     return returncode