From a0e56d9731a863d9d62cdc0113ef9c6b9d7ffca3 Mon Sep 17 00:00:00 2001 From: vr8ce Date: Wed, 29 Jul 2020 00:27:32 -0500 Subject: [PATCH] Skip Sublime Text plugin repository --- scripts/sync-ebooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-ebooks b/scripts/sync-ebooks index 71d2f2a7..fd1acc97 100755 --- a/scripts/sync-ebooks +++ b/scripts/sync-ebooks @@ -167,7 +167,7 @@ if [ "${verbosity}" -gt 0 ]; then printf " Done.\n" fi -repoUrls=$(printf "%s" "${repoUrls}" | grep -v -e "/tools.git\$" -e "/web.git\$" -e "/manual.git\$" | awk 'NF') +repoUrls=$(printf "%s" "${repoUrls}" | grep -v -e "/tools.git\$" -e "/web.git\$" -e "/manual.git\$" -e "/sublime-text-se-plugin.git\$" | awk 'NF') printf "%s\n" "${repoUrls}" | while IFS= read -r repoUrl; do # make sure it's not an empty string