diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-21 12:40:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-11-21 12:40:55 +0000 |
commit | a800358ceff81134a2538e50298eaff240dbcc94 (patch) | |
tree | 6c6544334708d26fa73e19aba5bff474d79214b5 /update-kernel.in | |
parent | 1fd3fe8a6356b0c032c9df3824ebe500608c9574 (diff) | |
download | alpine-conf-a800358ceff81134a2538e50298eaff240dbcc94.zip |
update-kernel: fix typo
Diffstat (limited to 'update-kernel.in')
-rw-r--r-- | update-kernel.in | 2 |
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 |