# File lib/chef/knife/core/cookbook_scm_repo.rb, line 33 def initialize(repo_path, ui, opts={}) @repo_path = repo_path @ui = ui @default_branch = 'master' apply_opts(opts) end