summaryrefslogtreecommitdiff
path: root/db-update
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2015-09-24 00:09:48 -0300
commite21b2e2ecc559e525d43650239631b838bb79d51 (patch)
treea479435c1250d8aa739394f67cb3cf51bdfc9d5a /db-update
parentf291f3c6183f9ddfa189bc231fefac358523f929 (diff)
remove deprecated repositories variables
Diffstat (limited to 'db-update')
-rwxr-xr-xdb-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/db-update b/db-update
index 5359959..050e0f3 100755
--- a/db-update
+++ b/db-update
@@ -16,7 +16,7 @@ fi
repos=()
for staging_repo in "${staging_repos[@]##*/}"; do
- if in_array "${staging_repo}" "${repositories[@]}"; then
+ if in_array "${staging_repo}" "${main_repositories[@]}"; then
repos+=("${staging_repo}")
fi
done