diff options
Diffstat (limited to 'Library/Homebrew/lock_file.rb')
| -rw-r--r-- | Library/Homebrew/lock_file.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/lock_file.rb b/Library/Homebrew/lock_file.rb index 83743b744..ffd29f817 100644 --- a/Library/Homebrew/lock_file.rb +++ b/Library/Homebrew/lock_file.rb @@ -2,7 +2,7 @@ require "fcntl" class LockFile def initialize(name) - @name = name + @name = name.to_s @path = HOMEBREW_LOCK_DIR/"#{@name}.lock" @lockfile = nil end |
