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 CONFIG="$2"
|
||||||
local OPTION="$3"
|
local OPTION="$3"
|
||||||
|
|
||||||
uci_load "$PACAKGE"
|
uci_load "$PACKAGE"
|
||||||
config_get "$CONFIG" "$OPTION"
|
config_get "$CONFIG" "$OPTION"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user