Skip to content

Commit

Permalink
sync file has a better name
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed May 16, 2009
1 parent a9c59b3 commit b835c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/repo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def git_show(sha1)
end

def update
ApplicationUtils.acquiring_sync_file('pulling') do
ApplicationUtils.acquiring_sync_file('updating') do
started_at = Time.now
ncommits = 0
gone_names = []
Expand Down

0 comments on commit b835c93

Please sign in to comment.