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"