diff options
author | Muhaimin Ahsan <leroux@fezrev.com> | 2013-09-27 23:44:58 -0500 |
---|---|---|
committer | Krzysztof Gogolewski <krz.gogolewski@gmail.com> | 2013-09-28 09:15:09 +0200 |
commit | 8634935af68886d240ad22e23c2789a707f241f4 (patch) | |
tree | 2b8c1de1d18d09df1afe5553991792a80cb477b1 /sync-all | |
parent | fd9a9abf106c97cfeff220c9f4087537bf192ef3 (diff) | |
download | haskell-8634935af68886d240ad22e23c2789a707f241f4.tar.gz |
Fix typo in sync-all script. (#8375)
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -567,7 +567,7 @@ sub checkCurrentBranchIsMaster { $branch =~ s/\n//; if ($branch !~ /master/) { - print "\nWarning: You trying to 'pull' while on branch '$branch'.\n" + print "\nWarning: 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"; } |