Skip to content

Commit e787ffe

Browse files
committed
fix shellcheck
1 parent 62089de commit e787ffe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

share/github-backup-utils/ghe-backup-config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ if [ -n "$GHE_VERBOSE" ]; then
189189
exec 3>>"$GHE_VERBOSE_LOG"
190190
else
191191
calling_script_name="$(caller | sed 's:.*/::')"
192-
date_format=$(date -u "+%FT%TZ")
193192
if [ "$TERM" = "dumb" ] || [[ "$OUTPUT_COLOR" != "yes" ]]; then
194193
exec 3>>"$GHE_VERBOSE_LOG"
195194
log_info "$calling_script_name: $*" 1>&3

0 commit comments

Comments
 (0)