Changed ! to "not"

This commit is contained in:
Chris Apple 2020-09-10 09:05:36 -07:00 committed by GitHub
parent ff0c6fd639
commit 1b366bb5a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -235,7 +235,7 @@ if test -z "$FORGIT_GI_TEMPLATES"
end
function forgit::ignore
if ! test -d "$FORGIT_GI_REPO_LOCAL"
if not test -d "$FORGIT_GI_REPO_LOCAL"
forgit::ignore::update
end