Revert "Accept @Rylan12 chained spacing conventions"

This reverts commit 538a5d9e698763e3dc6eeae46535f032a5ff316e.
This commit is contained in:
Benjamin Bolton 2021-09-07 07:24:58 -06:00
parent 538a5d9e69
commit a83877660b
No known key found for this signature in database
GPG Key ID: ABB6056A88EDCCB9

View File

@ -38,8 +38,8 @@ class Caveats
if f.plist_manual || f.service?
command = if f.service?
f.service.command
.map { |arg| (arg =~ /\s/) ? "'#{arg}'" : arg } # wrap multi-word arguments in quotes
.join(" ")
.map { |arg| (arg =~ /\s/) ? "'#{arg}'" : arg } # wrap multi-word arguments in quotes
.join(" ")
else
f.plist_manual
end