Skip to content

Commit 04b9aea

Browse files
committed
Fix shellcheck errors
1 parent a620a2c commit 04b9aea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

share/github-backup-utils/ghe-restore-pages-rsync

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
set -e
88

99
# Bring in the backup configuration
10-
. $( dirname "${BASH_SOURCE[0]}" )/ghe-backup-config
10+
# shellcheck source=share/github-backup-utils/ghe-backup-config
11+
. "$( dirname "${BASH_SOURCE[0]}" )/ghe-backup-config"
1112

1213
# Show usage and bail with no arguments
1314
[ -z "$*" ] && print_usage

0 commit comments

Comments
 (0)