Skip to content

Commit

Permalink
fix: wrong variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzardich committed Jun 11, 2024
1 parent eacbdd7 commit 7f2035b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ install_version() {

(
if [[ $version = v2.3* ]]; then
GOBIN="${install_path}" go install "${GO_MODULE_V2_3}@${version}"
GOBIN="${install_path}" go install "${GO_CMD_MODULE_V2_3}@${version}"
elif [[ $version = v2* ]]; then
GOBIN="${install_path}" go install "${GO_CMD_MODULE_V2}@${version}"
else
Expand Down

0 comments on commit 7f2035b

Please sign in to comment.