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

Message ID gkrr11da77w.fsf@arm.com
State Committed
Commit 5b0d0542920a336d7a41f647a903b60e3e63e2c6
Headers
Series contrib: Fix a typo in contrib/git-fetch-vendor.sh |

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.
  

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