diff options
author | Ted Trask <ttrask01@yahoo.com> | 2016-02-09 15:38:12 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2016-02-09 15:38:12 +0000 |
commit | 384dcc48a5af45c0c26f876b5bffc04ef8be4dec (patch) | |
tree | 2f67170a41ea41347d44eab7b53cce4618dbc132 | |
parent | 26a8cd4b5d779af425c58472cc442f07906b7761 (diff) | |
download | alpine-conf-384dcc48a5af45c0c26f876b5bffc04ef8be4dec.zip |
setup-apkrepos: fix typo
-rw-r--r-- | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 9263adf..136dcf8 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -120,7 +120,7 @@ add_mirror() { echo "#${mirror%/}/${release}/community" >> $APKREPOS_PATH case "$release" in v[0-9]*) - echo "#${mirror%/}/edge/main" >> $APKREPOS_PATH;; + echo "#${mirror%/}/edge/main" >> $APKREPOS_PATH; echo "#${mirror%/}/edge/community" >> $APKREPOS_PATH;; esac echo "#${mirror%/}/edge/testing" >> $APKREPOS_PATH |