diff --git a/Library/Homebrew/mktemp.rb b/Library/Homebrew/mktemp.rb index a23a051687..c95f6241bd 100644 --- a/Library/Homebrew/mktemp.rb +++ b/Library/Homebrew/mktemp.rb @@ -11,7 +11,7 @@ class Mktemp # Path to the tmpdir used in this run, as a {Pathname}. attr_reader :tmpdir - def initialize(prefix = name, opts = {}) + def initialize(prefix, opts = {}) @prefix = prefix @retain = opts[:retain] @quiet = false