luci-app-lxc: fix syntax error in previous commit

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-04-21 14:37:08 +02:00
parent de0d16e4ac
commit 77aa96c52a

View file

@ -161,7 +161,7 @@ end
function lxc_get_arch_target()
local target = nixio.uname().machine
local target_map {
local target_map = {
armv5 = "armel",
armv6 = "armel",
armv7 = "armhf",