summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-21 17:22:30 +0100
committerErich Eckner <git@eckner.net>2020-01-21 17:22:30 +0100
commit5eafa3744ad7c1ca633f1733ba68924d10c967a0 (patch)
tree40ddccdbe5597fdf6d192bbbb86f1ffe87ddf9f7
parenta1ed54faa6c1025db61d1b07719332173391b5e9 (diff)
downloadkhal-extras-5eafa3744ad7c1ca633f1733ba68924d10c967a0.tar.xz
watch-calendars: fix warning
-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