diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:15:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-09-24 00:15:37 -0300 |
commit | 269be57f429162af70641cdf057d32c217d59ed7 (patch) | |
tree | 02cdb3fb0e78d24a1dbc3dbd1cb5607465df8356 /db-update | |
parent | e21b2e2ecc559e525d43650239631b838bb79d51 (diff) |
rename main_repositories -> native_repositories
Diffstat (limited to 'db-update')
-rwxr-xr-x | db-update | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ fi repos=() for staging_repo in "${staging_repos[@]##*/}"; do - if in_array "${staging_repo}" "${main_repositories[@]}"; then + if in_array "${staging_repo}" "${native_repositories[@]}"; then repos+=("${staging_repo}") fi done |