We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c55b2c4 commit 473aa87Copy full SHA for 473aa87
bin/update-default-gem.sh
@@ -25,7 +25,7 @@ function log() {
25
26
# Run a given command. If it fails, notify Slack and exits abnormally.
27
function run() {
28
- echo "$ $@" >> "$log_path"
+ echo "+ $@" >> "$log_path"
29
if ! "$@"; then
30
"${this_repo}/bin/notify-slack-failed-gem-update.rb" "$log_path" >> "$log_path" 2>&1
31
log "Failed: $@"
0 commit comments