Commit 692b9b9
fetch-configlet: print success message
Before this commit, `fetch-configlet` produced no output on success:
$ bin/fetch-configlet
$ echo $?
0
With this commit, it prints a message while downloading, and then prints
the downloaded configlet version and its location:
$ bin/fetch-configlet
Fetching configlet...
Downloaded configlet 4.0.0-beta.7 to ./bin/configlet
exercism/configlet#459
exercism/configlet#6891 parent f46b80e commit 692b9b9
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
72 | 82 | | |
73 | 83 | | |
74 | 84 | | |
0 commit comments