do not modify frozen string
This commit is contained in:
committed by
Mike McQuaid
parent
5a6c913e00
commit
0d02dcabdf
@@ -104,7 +104,7 @@ module Homebrew
|
||||
initdb_args += if setting == "server_encoding"
|
||||
["-E #{value}"]
|
||||
else
|
||||
["--#{setting.tr!("_", "-")}=#{value}"]
|
||||
["--#{setting.tr("_", "-")}=#{value}"]
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user