Commit 5f5b54d
authored
fetch-configlet: print success message (#689)
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: #4591 parent 0be1889 commit 5f5b54d
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