From 5eafa3744ad7c1ca633f1733ba68924d10c967a0 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 21 Jan 2020 17:22:30 +0100 Subject: watch-calendars: fix warning --- watch-calendars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-calendars b/watch-calendars index 7c02e06..5b91a01 100755 --- a/watch-calendars +++ b/watch-calendars @@ -2,9 +2,9 @@ if [ $# -eq 0 ]; then find ~/.local/share/khal/calendars \ - -type d \ -mindepth 1 \ -maxdepth 1 \ + -type d \ | parallel -j0 "$0" exit $? fi -- cgit v1.2.3-70-g09d2