Skip to content

Commit 473aa87

Browse files
committed
Print commands like bash
1 parent c55b2c4 commit 473aa87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/update-default-gem.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function log() {
2525

2626
# Run a given command. If it fails, notify Slack and exits abnormally.
2727
function run() {
28-
echo "$ $@" >> "$log_path"
28+
echo "+ $@" >> "$log_path"
2929
if ! "$@"; then
3030
"${this_repo}/bin/notify-slack-failed-gem-update.rb" "$log_path" >> "$log_path" 2>&1
3131
log "Failed: $@"

0 commit comments

Comments
 (0)