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

Commit

Permalink
Use require for cocoaseeds/xcodehelper.
Browse files Browse the repository at this point in the history
  • Loading branch information
devxoul committed May 13, 2015
1 parent 968f89e commit efe4e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cocoaseeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

module Seeds
require 'cocoaseeds/version'
require_relative 'cocoaseeds/xcodehelper'
require 'cocoaseeds/xcodehelper'

autoload :Command, 'cocoaseeds/command'
autoload :Core, 'cocoaseeds/core'
Expand Down

0 comments on commit efe4e6e

Please sign in to comment.