Method: R10K::Module::Git#sync
- Defined in:
- lib/r10k/module/git.rb
#sync(opts = {}) ⇒ Object
46 47 48 49 |
# File 'lib/r10k/module/git.rb', line 46 def sync(opts={}) force = opts && opts.fetch(:force, true) @repo.sync(version, force) end |