Skip to content

Commit 2e58c44

Browse files
committed
Typo
1 parent 390d493 commit 2e58c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ for f in "$GHE_BACKUP_CONFIG" "$GHE_BACKUP_ROOT/backup.config" \
144144
done
145145

146146
# If we don't have a readlink command, error out
147-
[ ! type readlink 1>/dev/null 2>&1 ] && {
147+
! type readlink 1>/dev/null 2>&1 && {
148148
echo "Error: readlink not found. Please install readlink and ensure it is in your PATH." 1>&2
149149
exit 1
150150
}

0 commit comments

Comments
 (0)