summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2013-06-27 13:04:46 +0000
committerTed Trask <ttrask01@yahoo.com>2013-06-27 13:04:46 +0000
commit7376bf1a94364a674b3e6f0b2d28e1fa27c9e52b (patch)
tree798c4e4aed1531882ce16e6cf0cec10ae9a505bf
parentb3c49e9c20661f3630f45ce8c500b99ea9696b65 (diff)
downloadacf-provisioning-7376bf1a94364a674b3e6f0b2d28e1fa27c9e52b.tar.bz2
acf-provisioning-7376bf1a94364a674b3e6f0b2d28e1fa27c9e52b.tar.xz
Fix bug in process_put.lua by adding spaces to output
-rw-r--r--config/process_put.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/process_put.lua b/config/process_put.lua
index 69e1c9e..4eabb1a 100644
--- a/config/process_put.lua
+++ b/config/process_put.lua
@@ -48,7 +48,7 @@ function process_polycom()
end
end
- data = before..table.concat(xmlout, " ")..after
+ data = before.." "..table.concat(xmlout, " ").." "..after
end
-- Determine the template