Skip to content

Commit ba0d5d8

Browse files
Consistently echo all messages from this script to stderr
Reserve stdout for autocompletion. Update the last message to stderr
1 parent 992986e commit ba0d5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ update() {
181181

182182
case "$1" in
183183
update)
184-
echo "updating launcher..."
184+
echo "updating launcher..." >&2
185185
update
186186
exit 0
187187
;;

0 commit comments

Comments
 (0)