We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad4308 commit 66dcf2dCopy full SHA for 66dcf2d
share/github-backup-utils/ghe-backup-config
@@ -261,12 +261,12 @@ if [ -n "$GHE_VERBOSE" ]; then
261
calling_script_name="$(caller | sed 's:.*/::')"
262
if [ "$TERM" = "dumb" ] || [[ "$OUTPUT_COLOR" != "yes" ]]; then
263
exec 3>>"$GHE_VERBOSE_LOG"
264
- log_info "$calling_script_name: $*" 1>&3
+ log_info "$calling_script_name $*" 1>&3
265
else
266
# colorize the input if supported.
267
display_caller="${BLUE}$calling_script_name${NC}"
268
269
- log_info "$display_caller: $*" 1>&3
+ log_info "$display_caller $*" 1>&3
270
fi
271
272
0 commit comments