Skip to content

Commit ef86f4f

Browse files
authored
Update ghe-backup-config
1 parent e90305c commit ef86f4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ fi
183183
PATH="$GHE_BACKUP_ROOT/bin:$GHE_BACKUP_ROOT/share/github-backup-utils:$PATH"
184184
# shellcheck source=share/github-backup-utils/bm.sh
185185
. "$GHE_BACKUP_ROOT/share/github-backup-utils/bm.sh"
186-
186+
# shellcheck source=share/github-backup-utils/track-progress
187+
. "$GHE_BACKUP_ROOT/share/github-backup-utils/track-progress"
187188
# Save off GHE_HOSTNAME from the environment since we want it to override the
188189
# backup.config value when set.
189190
GHE_HOSTNAME_PRESERVE="$GHE_HOSTNAME"

0 commit comments

Comments
 (0)