From 646a49a82d2501c9bc539facb099e914202e930f Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 9 Mar 2018 15:55:06 +0100 Subject: [PATCH] bootstrap.sh: improve the informational message about 'git core-diff' --- libexec/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/bootstrap.sh b/libexec/bootstrap.sh index f18d337..8b92f97 100755 --- a/libexec/bootstrap.sh +++ b/libexec/bootstrap.sh @@ -199,7 +199,7 @@ chmod 555 sites/default if [ -d core/.git ]; then git -C core/ config --local alias.core-diff "diff --src-prefix=a/core/ --dst-prefix=b/core/" - echo "Added a 'git core-diff' to the drupal/core repository clone." + echo "Added a 'git core-diff' command to the drupal/core repository clone." echo "This command helps creating core patches ready for upstream." fi -- 2.1.4