Method: Docman::GitPullCmd#execute

Defined in:
lib/docman/commands/git_pull_cmd.rb

#executeObject



11
12
13
14
15
16
# File 'lib/docman/commands/git_pull_cmd.rb', line 11

def execute
  with_logging() do
    log "Git pull target"
    GitUtil.pull(@context['root']['full_build_path'])
  end
end