Skip to content

Commit 904dd41

Browse files
authored
Print configlet download info (#2179)
1 parent 14e4aed commit 904dd41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/fetch-configlet

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ esac)
2929
VERSION="$(curl --head --silent $LATEST | awk -v FS=/ '/Location:/{print $NF}' | tr -d '\r')"
3030
URL=https://github.com/exercism/configlet/releases/download/$VERSION/configlet-$OS-${ARCH}.tgz
3131
32+
echo "Downloading configlet $VERSION for $OS-$ARCH..."
3233
curl -s --location $URL | tar xz -C bin/

0 commit comments

Comments
 (0)