Skip to content

Commit ac42819

Browse files
committed
Print what is being executed
1 parent a31af15 commit ac42819

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/update-default-gem.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function log() {
2525

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

0 commit comments

Comments
 (0)