lib/match/setup.rb in match-0.6.2 vs lib/match/setup.rb in match-0.6.3
- old
+ new
@@ -1,8 +1,8 @@
module Match
class Setup
def run(path)
- template = File.read("#{Helper.gem_path('match')}/lib/assets/MatchfileTemplate")
+ template = File.read("#{Match::ROOT}/lib/assets/MatchfileTemplate")
UI.important "Please create a new, private git repository"
UI.important "to store the certificates and profiles there"
url = ask("URL of the Git Repo: ")