summaryrefslogtreecommitdiff
path: root/tests/scripts/format.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scripts/format.py')
-rw-r--r--tests/scripts/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/format.py b/tests/scripts/format.py
index 1cda283e84..9736c033b2 100644
--- a/tests/scripts/format.py
+++ b/tests/scripts/format.py
@@ -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