diff options
Diffstat (limited to 'libexec')
-rwxr-xr-x | libexec/recit-entries | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries index fd74853..e76f14d 100755 --- a/libexec/recit-entries +++ b/libexec/recit-entries @@ -59,7 +59,7 @@ if ! [[ "$project" = "" ]]; then fi if [[ "$expression" = "" ]]; then - recsel -t Entry "${recfile}" + recsel -t Entry "${recfile}" | recfmt -f share/recit/templates/entries.templ else recsel -t Entry -e "$expression" "${recfile}" fi |