mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Changed ! to "not"
This commit is contained in:
parent
ff0c6fd639
commit
1b366bb5a4
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue