From 11a5e26107508c17a43e0c0b21b967ee49739f60 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 4 Aug 2009 00:43:55 +0000 Subject: [PATCH] fix a typo in apply_config -t SVN-Revision: 17120 --- package/uci/trigger/apply_config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/uci/trigger/apply_config b/package/uci/trigger/apply_config index b2f48dacce..2ad6c9992a 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 -- 2.30.2