aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-entries
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-xlibexec/recit-entries2
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