Skip to content

Commit

Permalink
[email protected]: use language-specific heredoc delimiters
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Dec 3, 2024
1 parent b029cd6 commit e90f729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/m/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,12 @@ def install
bin.install_symlink prefix/"support-files/mysql.server"

# Install my.cnf that binds to 127.0.0.1 by default
(buildpath/"my.cnf").write <<~EOS
(buildpath/"my.cnf").write <<~INI
# Default Homebrew MySQL server config
[mysqld]
# Only allow connections from localhost
bind-address = 127.0.0.1
EOS
INI
etc.install "my.cnf"
end

Expand Down

0 comments on commit e90f729

Please sign in to comment.