summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-11-21 12:40:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-11-21 12:40:55 +0000
commita800358ceff81134a2538e50298eaff240dbcc94 (patch)
tree6c6544334708d26fa73e19aba5bff474d79214b5
parent1fd3fe8a6356b0c032c9df3824ebe500608c9574 (diff)
downloadalpine-conf-a800358ceff81134a2538e50298eaff240dbcc94.tar.bz2
alpine-conf-a800358ceff81134a2538e50298eaff240dbcc94.tar.xz
update-kernel: fix typo
-rw-r--r--update-kernel.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-kernel.in b/update-kernel.in
index 09b6b9e..2ae397e 100644
--- a/update-kernel.in
+++ b/update-kernel.in
@@ -130,7 +130,7 @@ trap clean_up EXIT $SIGNALS
if [ "$SUPERUSER" ]; then
- apk add $QUIET_OPT --update--cache -t $VIRTUAL mkinitfs squashfs-tools
+ apk add $QUIET_OPT --update-cache -t $VIRTUAL mkinitfs squashfs-tools
fi
if [ -z "$features" ]; then