Skip to content

Commit

Permalink
Merge pull request #1440 from paketo-buildpacks/fix-yj
Browse files Browse the repository at this point in the history
Fix path to download yj
  • Loading branch information
dmikusa authored Jan 19, 2024
2 parents 574133b + 1e5679c commit 49f31c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion octo/install-yj.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ curl \
--show-error \
--silent \
--output "${HOME}"/bin/yj \
"https://github.com/sclevine/yj/releases/download/v${YJ_VERSION}/yj-linux"
"https://github.com/sclevine/yj/releases/download/v${YJ_VERSION}/yj-linux-amd64"

chmod +x "${HOME}"/bin/yj
Loading

0 comments on commit 49f31c5

Please sign in to comment.