Add space character in map (pacify brew style)
This commit is contained in:
parent
4acb9cf734
commit
1532c081f2
@ -37,7 +37,7 @@ class Caveats
|
||||
|
||||
if f.plist_manual || f.service?
|
||||
command = if f.service?
|
||||
f.service.command.map{ |arg| "'#{arg}'" }.join(" ")
|
||||
f.service.command.map { |arg| "'#{arg}'" }.join(" ")
|
||||
else
|
||||
f.plist_manual
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user