mirror of
https://github.com/dolthub/dolt.git
synced 2026-01-07 08:50:34 -06:00
Fixed a typo in curl user-agent flag
This commit is contained in:
@@ -104,7 +104,7 @@ install_binary_release() {
|
||||
local URL="$RELEASES_BASE_URL/$FILE"
|
||||
|
||||
echo "Downloading: $URL"
|
||||
curl -a "$CURL_USER_AGENT" -fsL "$URL" > "$FILE"
|
||||
curl -A "$CURL_USER_AGENT" -fsL "$URL" > "$FILE"
|
||||
tar zxf "$FILE"
|
||||
|
||||
echo 'Installing dolt into /usr/local/bin.'
|
||||
|
||||
Reference in New Issue
Block a user