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-entries | |
parent | 4a44130aadb9981260363730393aa4c62208c7a5 (diff) | |
download | recit-cbb86f13226c1008caf0e6ca531e0751c884006c.tar.gz |
fix global cmd
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-x | libexec/recit-entries | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index 7fcf438..1ba63b1 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -3,11 +3,6 @@ # Summary: Display entries, optionally for a project and/or a certain time set -e -# shellcheck source=/dev/null -source lib/loader - -recfile=$(load_recit) - project="" query_time="" |