Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
holisHsu committed Apr 23, 2021
1 parent c25cc7c commit 54c3029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

WHITE="\e[97m"
GREEN="\e[32m"
YELLOE="\e[33m"
YELLOW="\e[33m"

BUILD_DIR=$1
CACHE_DIR=$2
Expand Down Expand Up @@ -33,7 +33,7 @@ elif [[ "$OS_VERSIONCODE" == *"VERSION_CODENAME=xenial"* ]]; then
WKHTMLTOPDF_DEB="wkhtmltox_0.12.5-1.xenial_amd64.deb"
else
# default version is for ubuntu 16
echo -e "${YELLOE}WARNING: ${OS_VERSIONCODE} not supported, install default wkhtmltopdf deb for Ubuntu 16${WHITE}"
echo -e "${YELLOW}WARNING: ${OS_VERSIONCODE} not supported, install default wkhtmltopdf deb for Ubuntu 16${WHITE}"
WKHTMLTOPDF_DEB="wkhtmltox_0.12.5-1.xenial_amd64.deb"
fi

Expand Down

0 comments on commit 54c3029

Please sign in to comment.