aboutsummaryrefslogtreecommitdiffstats
path: root/setup-apkrepos.in
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2016-02-09 15:38:12 +0000
committerTed Trask <ttrask01@yahoo.com>2016-02-09 15:38:12 +0000
commit384dcc48a5af45c0c26f876b5bffc04ef8be4dec (patch)
tree2f67170a41ea41347d44eab7b53cce4618dbc132 /setup-apkrepos.in
parent26a8cd4b5d779af425c58472cc442f07906b7761 (diff)
downloadalpine-conf-384dcc48a5af45c0c26f876b5bffc04ef8be4dec.tar.bz2
alpine-conf-384dcc48a5af45c0c26f876b5bffc04ef8be4dec.tar.xz
setup-apkrepos: fix typo
Diffstat (limited to 'setup-apkrepos.in')
-rw-r--r--setup-apkrepos.in2
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