From b63a9cb686a6b1ef7a57227bc4c9fa87732d3b01 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 28 Oct 2023 01:23:47 -0600 Subject: [PATCH] chore(fmt): whitespace --- _webi/bootstrap.sh | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/_webi/bootstrap.sh b/_webi/bootstrap.sh index 21bf597..892f198 100644 --- a/_webi/bootstrap.sh +++ b/_webi/bootstrap.sh @@ -13,16 +13,16 @@ __install_webi() { #WEBI_PKG= #WEBI_HOST=https://webinstall.dev export WEBI_HOST - + if test -z "$WEBI_WELCOME"; then - echo "" - printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[33m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)/$(uname -r)" "$(uname -m)" - echo "Have a problem? Experience a bug? Please let us know:" - printf " \e[2m\e[36mhttps://github.com/webinstall/webi-installers/issues\e[0m\n" - echo "" - printf "\e[35mLovin'\e[0m it? Say thanks with a \e[1m\e[33mStar on GitHub\e[0m:\n" - printf " \e[36mhttps://github.com/webinstall/webi-installers\e[0m\n" - echo "" + echo "" + printf "Thanks for using webi to install '\e[32m%s\e[0m' on '\e[33m%s/%s\e[0m'.\n" "${WEBI_PKG-}" "$(uname -s)/$(uname -r)" "$(uname -m)" + echo "Have a problem? Experience a bug? Please let us know:" + printf " \e[2m\e[36mhttps://github.com/webinstall/webi-installers/issues\e[0m\n" + echo "" + printf "\e[35mLovin'\e[0m it? Say thanks with a \e[1m\e[33mStar on GitHub\e[0m:\n" + printf " \e[36mhttps://github.com/webinstall/webi-installers\e[0m\n" + echo "" fi WEBI_WELCOME=true