[commit: ghc] master: Fix typo in sync-all script. (#8375) (8634935)
git at git.haskell.org
git at git.haskell.org
Sat Sep 28 09:15:59 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8634935af68886d240ad22e23c2789a707f241f4/ghc
>---------------------------------------------------------------
commit 8634935af68886d240ad22e23c2789a707f241f4
Author: Muhaimin Ahsan <leroux at fezrev.com>
Date: Fri Sep 27 23:44:58 2013 -0500
Fix typo in sync-all script. (#8375)
>---------------------------------------------------------------
8634935af68886d240ad22e23c2789a707f241f4
sync-all | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sync-all b/sync-all
index 55b737c..1124524 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";
}
More information about the ghc-commits
mailing list