Skip to content

Commit ce8cc08

Browse files
authored
Fix .jar download link (#144)
1 parent 5e255e3 commit ce8cc08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ bazel run //:bazel-diff
182182
### Run Via JAR Release
183183

184184
```terminal
185-
curl -LO bazel-diff.jar GITHUB_RELEASE_JAR_URL
185+
curl -Lo bazel-diff.jar https://github.com/Tinder/bazel-diff/releases/latest/download/bazel-diff_deploy.jar
186186
java -jar bazel-diff.jar -h
187187
```
188188

0 commit comments

Comments
 (0)