Skip to content

Commit

Permalink
install.sh: fix double slash in URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tasos Bitsios committed Dec 5, 2024
1 parent 2ab3013 commit fdad3ce
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 @@ -9,7 +9,7 @@ fi

os=$(uname -ms)
# TODO: replace with algorandfoundation org and publicly host script
release="https://github.com/awesome-algorand/hack-tui/releases/download/"
release="https://github.com/awesome-algorand/hack-tui/releases/download"
version="v1.0.0-beta.1"

if [[ ${OS:-} = Windows_NT ]]; then
Expand Down

0 comments on commit fdad3ce

Please sign in to comment.