aboutsummaryrefslogtreecommitdiff
path: root/libexec/recit-entries
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/recit-entries')
-rwxr-xr-xlibexec/recit-entries4
1 files changed, 3 insertions, 1 deletions
diff --git a/libexec/recit-entries b/libexec/recit-entries
index ec754a3..ed0a0e3 100755
--- a/libexec/recit-entries
+++ b/libexec/recit-entries
@@ -6,6 +6,8 @@ set -e
project=""
query_time=""
+recfile=$(recit-file)
+
while getopts "p:t:" options; do
case "${options}" in
@@ -48,7 +50,7 @@ if ! [[ "$project" = "" ]]; then
fi
else
echo "$project not found, list of available projects:"
- recsel -t Project -p Id ${recfile}
+ recit-recsel-projects
exit 1
fi
fi