Skip to content

Commit f58b8b8

Browse files
committed
Add shellcheck location
1 parent bdcc563 commit f58b8b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/ghe-host-check

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ if [ -z "$supported" ]; then
145145
fi
146146

147147
# Bring in the requirements file
148+
min_rsync=""
149+
min_openssh=""
150+
min_jq=""
151+
# shellcheck source=share/github-backup-utils/requirements.txt
148152
. "$(dirname "${BASH_SOURCE[0]}")/../share/github-backup-utils/requirements.txt"
149153

150154
#Display dir requirements for repositories and mysql

0 commit comments

Comments
 (0)