diff mbox series

contrib: Fix a typo in contrib/git-fetch-vendor.sh

Message ID gkrr11da77w.fsf@arm.com
State New
Headers show
Series contrib: Fix a typo in contrib/git-fetch-vendor.sh | expand

Commit Message

Andrea Corallo Aug. 18, 2022, 3:42 p.m. UTC
Hi all,

just commited this to fix a typo as obvious.

Bests

  Andrea

/contrib/ChangeLog:

	* git-fetch-vendor.sh : Fix typo.
diff mbox series

Patch

diff --git a/contrib/git-fetch-vendor.sh b/contrib/git-fetch-vendor.sh
index 15303629b5c..bbd52fb2055 100755
--- a/contrib/git-fetch-vendor.sh
+++ b/contrib/git-fetch-vendor.sh
@@ -14,7 +14,7 @@  enable_push=no
 upstream=`git config --get "gcc-config.upstream"`
 if [ x"$upstream" = x ]
 then
-    echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization"
+    echo "Config gcc-config.upstream not set, run contrib/gcc-git-customization.sh"
     exit 1
 fi