Fix webfonts typo

Change-Id: I3cc3264f347454a0c15981653163226c13a2a007
This commit is contained in:
Reedy
2020-03-07 00:07:22 +00:00
parent 4bdc8b2a6e
commit 8b4e263ed7

View File

@@ -8,7 +8,7 @@ CLONEDIR="$BASEDIR/vendor/jquery.wefonts"
UPSTREAM="https://github.com/wikimedia/jquery.webfonts.git" 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 if [ -d "$CLONEDIR" ]; then
pushd "$CLONEDIR" pushd "$CLONEDIR"