summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpackage/uci/trigger/apply_config2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uci/trigger/apply_config b/package/uci/trigger/apply_config
index b2f48dacc..2ad6c9992 100755
--- a/package/uci/trigger/apply_config
+++ b/package/uci/trigger/apply_config
@@ -32,7 +32,7 @@ elseif arg[1] == "-t" then
local trigger = a[1]
local sections = a[2]
if trigger.section_only then
- print(trigger.id .. " " .. table.concat(" ", sections))
+ print(trigger.id .. " " .. table.concat(sections, " "))
else
print(trigger.id)
end