mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-21 03:55:06 +00:00
correct typo in 'uci get'
SVN-Revision: 5557
This commit is contained in:
parent
4dc43d9b48
commit
0f55c0eff9
@ -30,7 +30,7 @@ do_get() {
|
||||
local CONFIG="$2"
|
||||
local OPTION="$3"
|
||||
|
||||
uci_load "$PACAKGE"
|
||||
uci_load "$PACKAGE"
|
||||
config_get "$CONFIG" "$OPTION"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user