Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper-oh committed Dec 22, 2024
1 parent e434106 commit ca4034a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-cherry-pick
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ if [[ "${OS}" == "unknown" || "${ARCH}" == "unknown" ]]; then
(cd "${PROGRAM_ROOT}" && go build -o dist/gh-cherry-pick ./cmd/gh-cherry-pick)
exec "${PROGRAM_ROOT}/dist/gh-cherry-pick" "$@"
else
GH_CHERRY_PICK_VERSION="1.0.0"
GH_CHERRY_PICK_VERSION="2.0.0"
curl -sSL "https://github.com/134130/gh-cherry-pick/releases/download/v${GH_CHERRY_PICK_VERSION}/gh-cherry-pick-${GH_CHERRY_PICK_VERSION}-${OS}-${ARCH}.tar.gz" | tar -xz -C "${PROGRAM_ROOT}/dist" gh-cherry-pick
exec "${PROGRAM_ROOT}/dist/gh-cherry-pick" "$@"
fi

0 comments on commit ca4034a

Please sign in to comment.