Merge topic 'revert-gitsetup-changes'

39436936 Revert spelling correction in GitSetup script

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Robert Maynard <robert.maynard@kitware.com>
Merge-request: !1078
This commit is contained in:
Kenneth Moreland 2018-02-01 18:05:00 +00:00 committed by Kitware Robot
commit 0766075293

@ -64,7 +64,7 @@ test -n "$remote" || remote="gitlab"
# Identify and validate the topic branch name.
head="$(git symbolic-ref HEAD)" && topic="${head#refs/heads/}" || topic=''
if test -z "$topic" -o "$topic" = "master"; then
die 'You can\'t sync the master branch, please checkout the correct a branch with:
die 'You cant sync the master branch, please checkout the correct a branch with:
git checkout <branch>'
fi