Skip to content
This repository has been archived by the owner on Jul 2, 2018. It is now read-only.

Commit

Permalink
Reset variables after installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 8, 2015
1 parent be78dcf commit 172d1de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/cocoaseeds/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ def install
self.configure_phase
self.project.save
self.build_lockfile
@seeds = {}
@locks = {}
@source_files = {}
@file_references = []
end

def prepare_requirements
Expand Down

0 comments on commit 172d1de

Please sign in to comment.