Skip to content

Commit

Permalink
fix: install script extra v
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleTryon committed May 26, 2023
1 parent a6bbdf2 commit ee7d43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ "$ARCH" = "x86_64" ]; then
fi

# The URL of the release
URL="https://github.com/TechSquidTV/uhs-cli/releases/download/v${VERSION}/uhs-cli_${VERSION}_${OS}_${ARCH}.tar.gz"
URL="https://github.com/TechSquidTV/uhs-cli/releases/download/${VERSION}/uhs-cli_${VERSION}_${OS}_${ARCH}.tar.gz"

# Download and extract the binary
wget $URL
Expand Down

0 comments on commit ee7d43d

Please sign in to comment.