Skip to content

Commit

Permalink
Update git.io.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 authored Feb 28, 2024
1 parent b27e357 commit 6903110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.io.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ fi
echo "Installing gobrew from: $DOWNLOAD_URL"
echo ""

curl -kL --progress-bar $DOWNLOAD_URL -o $GOBREW_BIN_DIR/$GOBREW_BIN
curl -L --progress-bar $DOWNLOAD_URL -o $GOBREW_BIN_DIR/$GOBREW_BIN

chmod +x $GOBREW_BIN_DIR/$GOBREW_BIN

Expand Down

0 comments on commit 6903110

Please sign in to comment.