summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xwatch-calendars2
1 files changed, 1 insertions, 1 deletions
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