diff options
author | Julio Capote <jcapote@gmail.com> | 2022-08-21 19:59:42 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-08-21 19:59:42 +0000 |
commit | cbb86f13226c1008caf0e6ca531e0751c884006c (patch) | |
tree | 6f7d9c6fc62556ec38eed8a90ea5d2d5d9b04bdf /libexec/recit-edit | |
parent | 4a44130aadb9981260363730393aa4c62208c7a5 (diff) | |
download | recit-cbb86f13226c1008caf0e6ca531e0751c884006c.tar.gz |
fix global cmd
Diffstat (limited to 'libexec/recit-edit')
-rwxr-xr-x | libexec/recit-edit | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/recit-edit b/libexec/recit-edit index cf3fc43..7431e64 100755 --- a/libexec/recit-edit +++ b/libexec/recit-edit @@ -4,10 +4,7 @@ set -e -# shellcheck source=/dev/null -source lib/loader - -recfile=$(load_recit) +recfile=$(recit-file) if [[ -z ${EDITOR+x} ]]; then echo "$EDITOR is not defined please pass a message" |