summaryrefslogtreecommitdiffstats
path: root/setup-apkrepos.in
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-01-03 13:52:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-01-03 13:52:21 +0000
commitfbf888234c0db5966447c3a29bf19b955c9ac66d (patch)
tree8cbc435e7be54f72fe608c2b79f9989dcf0cc6da /setup-apkrepos.in
parent3ba7e1372693eab058f90f2464f8535346222207 (diff)
downloadalpine-conf-fbf888234c0db5966447c3a29bf19b955c9ac66d.tar.bz2
alpine-conf-fbf888234c0db5966447c3a29bf19b955c9ac66d.tar.xz
setup-apkrepos: whitespace fix
Diffstat (limited to 'setup-apkrepos.in')
-rwxr-xr-xsetup-apkrepos.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in
index 19344bd..a989918 100755
--- a/setup-apkrepos.in
+++ b/setup-apkrepos.in
@@ -22,7 +22,7 @@ else
while true; do
printf "Enter repository branch from list below [v2.2]: \n"
# Retrieve list of versions available on mirror 2.0 and above
- wget "$MIRROR" > /dev/null 2>&1
+ wget "$MIRROR" > /dev/null 2>&1
availablerepos=""
for version in `links ./index.html -dump | grep "v[2-9]" | awk -F '/' '{print $1}'`; do