Skip to content

Commit

Permalink
Fix function name in git-checkbuild. Refs #6725
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Mar 18, 2013
1 parent e9cd89a commit e36fc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Tools/Workflow/git/git-checkbuild
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ start_on_develop() {
# Merge as it has already been done, just push. It is likely, given the time spread that origin/develop has been updated and it
# is possible that develop has been recreated
prefetch_sha1=$(git rev-parse origin/${BUILD_BRANCH})
run_git_halt_on_error fetch -p
git_halt_on_error fetch -p
postfetch_sha1=$(git rev-parse origin/${BUILD_BRANCH})

# Check for forced update. Works by checking if there are commits reachable from the old that are not reachable from the new
Expand Down

0 comments on commit e36fc7c

Please sign in to comment.