summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichelle McDaniel <adiaaida@gmail.com>2016-11-16 09:45:49 -0800
committerMichelle McDaniel <adiaaida@gmail.com>2016-11-16 09:45:49 -0800
commit967f4598f1ba31a4208253ce93f1d700abd950b0 (patch)
tree8d939edfa5adc584f4b678a13e02d344b978dc87 /tests
parentbb9f30e4658342f83bb3b5639ae24ec92e0a1d2a (diff)
downloadcoreclr-967f4598f1ba31a4208253ce93f1d700abd950b0.tar.gz
coreclr-967f4598f1ba31a4208253ce93f1d700abd950b0.tar.bz2
coreclr-967f4598f1ba31a4208253ce93f1d700abd950b0.zip
Fix the path to build artifacts for formatting
Diffstat (limited to 'tests')
-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