diff --git a/.zshrc b/.zshrc index a947573..a469e2f 100644 --- a/.zshrc +++ b/.zshrc @@ -318,7 +318,7 @@ function go_cover() { fi if which htmlcov &> /dev/null ; then - htmlcov -r cover.out + htmlcov -R cover.out else go tool cover -html=cover.out -o coverage.html rm -f cover.out diff --git a/install.sh b/install.sh index c9a6f2b..32bb469 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ set -e ################################################################################ -VERSION="2.3.9" +VERSION="2.3.10" ################################################################################ @@ -91,7 +91,7 @@ banner() { show " ░░░██║░░██║██║░░██║░░░██║░░░██╔══╝░░██║██║░░░░░██╔══╝░░░╚═══██╗" $GREY show " ██╗██████╔╝╚█████╔╝░░░██║░░░██║░░░░░██║███████╗███████╗██████╔╝" $GREY show " ╚═╝╚═════╝░░╚════╝░░░░╚═╝░░░╚═╝░░░░░╚═╝╚══════╝╚══════╝╚═════╝░" $GREY - show " by @andyone | version: $VERSION" $DARK + show " by @andyone | version: $VERSION" $DARK show "" sleep 3