Commit 2d562fad authored by James Lopez's avatar James Lopez

pass rev, not commit

parent bf849868
......@@ -213,7 +213,7 @@ module Gitlab
end
commits.each do |commit|
next if commit_from_annex_sync?(commit, ref)
next if commit_from_annex_sync?(commit.id, ref)
if status_object = check_commit(commit, git_hook)
return status_object
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment