From 1b366bb5a4b4fe91dee6cfc60b29a6e813769ea9 Mon Sep 17 00:00:00 2001 From: Chris Apple Date: Thu, 10 Sep 2020 09:05:36 -0700 Subject: [PATCH] Changed ! to "not" --- forgit.plugin.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forgit.plugin.fish b/forgit.plugin.fish index e55c8c8..0aab477 100755 --- a/forgit.plugin.fish +++ b/forgit.plugin.fish @@ -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