summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorMuhaimin Ahsan <leroux@fezrev.com>2013-09-27 23:44:58 -0500
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2013-09-28 09:15:09 +0200
commit8634935af68886d240ad22e23c2789a707f241f4 (patch)
tree2b8c1de1d18d09df1afe5553991792a80cb477b1 /sync-all
parentfd9a9abf106c97cfeff220c9f4087537bf192ef3 (diff)
downloadhaskell-8634935af68886d240ad22e23c2789a707f241f4.tar.gz
Fix typo in sync-all script. (#8375)
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 55b737cce4..1124524141 100755
--- a/sync-all
+++ b/sync-all
@@ -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";
}