Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix "instance variable @installed not initialized" warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Sep 13, 2011
1 parent b4b409d commit 67cfb2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bundler/source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ def initialize(options)
@revision = options["revision"]
@submodules = options["submodules"]
@update = false
@installed = nil
end

def self.from_lock(options)
Expand Down

0 comments on commit 67cfb2f

Please sign in to comment.