You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before this commit, `fetch-configlet` produced no output on success:
$ scripts/fetch-configlet
$ echo $?
0
With this commit, it prints a message while downloading, and then prints
the downloaded configlet version and its location:
$ scripts/fetch-configlet
Fetching configlet...
Downloaded configlet 4.0.0-beta.7 to ./bin/configlet
Closes: #459
0 commit comments