Skip to content
Snippets Groups Projects
Commit 7c9dff1f authored by Xu Cheng's avatar Xu Cheng
Browse files

plist_caveats: ensure it ending with newline


Closes Homebrew/homebrew#49374.

Signed-off-by: default avatarXu Cheng <xucheng@me.com>
parent bfbdfe8d
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,6 @@ class Caveats
s << "" << "WARNING: launchctl will fail when run under tmux." if ENV["TMUX"]
end
s.join("\n") unless s.empty?
s.join("\n") + "\n" unless s.empty?
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment