From cbb86f13226c1008caf0e6ca531e0751c884006c Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 21 Aug 2022 15:59:42 -0400 Subject: fix global cmd --- libexec/recit-add-project | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'libexec/recit-add-project') diff --git a/libexec/recit-add-project b/libexec/recit-add-project index 2f30607..cd0dd51 100755 --- a/libexec/recit-add-project +++ b/libexec/recit-add-project @@ -3,10 +3,7 @@ # Summary: Add Project -# shellcheck source=/dev/null -source lib/loader - -recfile=$(load_recit) +recfile=$(recit-file) name="" while getopts "n:" options; do -- cgit v1.2.3