Revert "Accept @Rylan12 chained spacing conventions"
This reverts commit 538a5d9e698763e3dc6eeae46535f032a5ff316e.
This commit is contained in:
parent
538a5d9e69
commit
a83877660b
@ -38,8 +38,8 @@ class Caveats
|
|||||||
if f.plist_manual || f.service?
|
if f.plist_manual || f.service?
|
||||||
command = if f.service?
|
command = if f.service?
|
||||||
f.service.command
|
f.service.command
|
||||||
.map { |arg| (arg =~ /\s/) ? "'#{arg}'" : arg } # wrap multi-word arguments in quotes
|
.map { |arg| (arg =~ /\s/) ? "'#{arg}'" : arg } # wrap multi-word arguments in quotes
|
||||||
.join(" ")
|
.join(" ")
|
||||||
else
|
else
|
||||||
f.plist_manual
|
f.plist_manual
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user