Skip to content

Commit

Permalink
add an echo
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Nov 21, 2024
1 parent e8ae494 commit 59f9cf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ if [ $# -eq 0 ]; then
SF_BINARY_URL=$github_repo/releases/latest/download/sf-$target.zip
else
VERSION=$1
echo "Downloading version $VERSION"
SF_BINARY_URL=$github_repo/releases/download/$VERSION/sf-$target.zip
fi

Expand Down

0 comments on commit 59f9cf1

Please sign in to comment.