From 8634935af68886d240ad22e23c2789a707f241f4 Mon Sep 17 00:00:00 2001 From: Muhaimin Ahsan Date: Fri, 27 Sep 2013 23:44:58 -0500 Subject: Fix typo in sync-all script. (#8375) --- sync-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sync-all') 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"; } -- cgit v1.2.1