Fix quoting in alpine in alp function
This commit is contained in:
parent
a6831cb7e8
commit
308dd0c175
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ alp() {
|
|||
alp_repositories="$2"
|
||||
|
||||
for repository in $alp_repositories; do
|
||||
index alpine --sys alpine-"$alp_version" --mirror ${MIRROR}v"$alp_version" --repo "$repository"
|
||||
index alpine --sys "alpine-$alp_version" --mirror "${MIRROR}v$alp_version" --repo "$repository"
|
||||
done
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue