Method: Match::Storage::GitStorage#generate_matchfile_content

Defined in:
match/lib/match/storage/git_storage.rb

#generate_matchfile_contentObject



168
169
170
171
172
173
# File 'match/lib/match/storage/git_storage.rb', line 168

def generate_matchfile_content
  UI.important("Please create a new, private git repository to store the certificates and profiles there")
  url = UI.input("URL of the Git Repo: ")

  return "git_url(\"#{url}\")"
end