base-files: fix manger->manager typo
It was reported, that a small typo sneaked in, so lets fix it.
Reported-by: @dave14305
Fixes: c19c31f7aa
("base-files: add migration information for APK")
Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
f4492b6b1c
commit
6f9384f4a4
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ fi
|
||||||
if [ -x /usr/bin/apk ]; then
|
if [ -x /usr/bin/apk ]; then
|
||||||
cat << EOF
|
cat << EOF
|
||||||
|
|
||||||
OpenWrt recently switched to the "apk" package manger!
|
OpenWrt recently switched to the "apk" package manager!
|
||||||
|
|
||||||
OPKG Command APK Equivalent Description
|
OPKG Command APK Equivalent Description
|
||||||
------------------------------------------------------------------
|
------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue