From 8b4e263ed7dd5b3762f4f5f3a02c8c6a8968cc9b Mon Sep 17 00:00:00 2001 From: Reedy Date: Sat, 7 Mar 2020 00:07:22 +0000 Subject: [PATCH] Fix webfonts typo Change-Id: I3cc3264f347454a0c15981653163226c13a2a007 --- scripts/update-jquery-webfonts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-jquery-webfonts.sh b/scripts/update-jquery-webfonts.sh index 39b8c232..dcfc1b84 100755 --- a/scripts/update-jquery-webfonts.sh +++ b/scripts/update-jquery-webfonts.sh @@ -8,7 +8,7 @@ CLONEDIR="$BASEDIR/vendor/jquery.wefonts" UPSTREAM="https://github.com/wikimedia/jquery.webfonts.git" -echo "Getting latest jquery.wefonts from $UPSTREAM" +echo "Getting latest jquery.webfonts from $UPSTREAM" if [ -d "$CLONEDIR" ]; then pushd "$CLONEDIR"