Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
8634935a
Commit
8634935a
authored
Sep 27, 2013
by
leroux
Committed by
Krzysztof Gogolewski
Sep 28, 2013
Browse files
Fix typo in sync-all script. (#8375)
parent
fd9a9abf
Changes
1
Hide whitespace changes
Inline
Side-by-side
sync-all
View file @
8634935a
...
...
@@ -567,7 +567,7 @@ sub checkCurrentBranchIsMaster {
$branch
=~
s/\n//
;
if
(
$branch
!~
/master/
)
{
print
"
\n
Warning: You trying to 'pull' while on branch '
$branch
'.
\n
"
print
"
\n
Warning: You
are
trying to 'pull' while on branch '
$branch
'.
\n
"
.
"
Updates to this script will happen on the master branch which
\n
"
.
"
means the version on this branch may be out of date.
\n\n
";
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment