summaryrefslogtreecommitdiff
path: root/carddav-to-alpine
diff options
context:
space:
mode:
Diffstat (limited to 'carddav-to-alpine')
-rwxr-xr-xcarddav-to-alpine8
1 files changed, 1 insertions, 7 deletions
diff --git a/carddav-to-alpine b/carddav-to-alpine
index 4ed3550..5926ac3 100755
--- a/carddav-to-alpine
+++ b/carddav-to-alpine
@@ -13,13 +13,7 @@ for file in 'addressbook' 'uids'; do
touch "${git_dir}"'/'"${file}"
done
-find "${git_dir}" \
- -name '.git' \
- -prune \
- , \
- -type f \
- -name '*.vcs' \
- -printf '%p\n' \
+find_vcs \
| while read -r address_file; do
uid="${address_file##*/}"
uid="${uid%.vcs}"