diff options
Diffstat (limited to '')
-rwxr-xr-x | libexec/recit-add-project | 5 |
1 files changed, 1 insertions, 4 deletions
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 |