Skip to content

Commit

Permalink
Corrected the method name
Browse files Browse the repository at this point in the history
  • Loading branch information
sathishavm committed Sep 26, 2018
1 parent d285231 commit 073098a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/git_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def clone!
def create_workspace(temp_dir)
executor.execute "git clone #{repo_cache_dir} #{temp_dir}"
end
add_tracer :create_workspace!
add_tracer :create_workspace

def update!
executor.execute("cd #{repo_cache_dir}", 'git fetch -p')
Expand Down

0 comments on commit 073098a

Please sign in to comment.