luci-app-lxc: fix syntax error in previous commit
[project/luci.git] / applications / luci-app-lxc / luasrc / controller / lxc.lua
index 1122d7e..cc490f0 100644 (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",