diff options
Diffstat (limited to 'Library/Homebrew/migrator.rb')
| -rw-r--r-- | Library/Homebrew/migrator.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/migrator.rb b/Library/Homebrew/migrator.rb index 5490cc083..d31025119 100644 --- a/Library/Homebrew/migrator.rb +++ b/Library/Homebrew/migrator.rb @@ -234,7 +234,7 @@ class Migrator puts e puts puts "Possible conflicting files are:" - mode = OpenStruct.new(:dry_run => true, :overwrite => true) + mode = OpenStruct.new(dry_run: true, overwrite: true) new_keg.link(mode) raise rescue Keg::LinkError => e |
