Commit 1b9bf5ea authored by Fabio Pelosin's avatar Fabio Pelosin

[UI] Minor fix

parent 3db21882
......@@ -188,7 +188,7 @@ module Pod
''.tap do |t|
t << " - #{label}:".ljust(16)
if value.is_a?(Array)
separator = "\n - "
separator = "\n - "
puts_indented t << separator << value.join(separator)
else
puts_indented t << value.to_s << "\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment