Skip to content

Commit 4c5179a

Browse files
committed
fix typo
1 parent 0eebd17 commit 4c5179a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ghe-host-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if [ -z "$supported" ]; then
144144
exit 1
145145
fi
146146

147-
if [[ "$CALLING_SCRIPT" != "ghe-backup" ]]; then
147+
if [[ "$CALLING_SCRIPT" == "ghe-backup" ]]; then
148148
# Bring in the requirements file
149149
min_rsync=""
150150
min_openssh=""

0 commit comments

Comments
 (0)