We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e4aed commit 904dd41Copy full SHA for 904dd41
bin/fetch-configlet
@@ -29,4 +29,5 @@ esac)
29
VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
30
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
31
32
+echo "Downloading configlet $VERSION for $OS-$ARCH..."
33
curl -s --location $URL | tar xz -C bin/
0 commit comments