diff --git a/dockcheck.sh b/dockcheck.sh index 0e199cd..6c4ad35 100755 --- a/dockcheck.sh +++ b/dockcheck.sh @@ -221,7 +221,7 @@ dependency_check() { [[ $(uname -s) == "Darwin" && "$AppName" == "regctl" ]] && AppName=regclient ($PkgInstaller $AppName) ; PkgExitcode="$?" if [[ "$PkgExitcode" == 0 ]] ; then { export $AppVar="$AppName" && printf "\n%b$AppName installed.%b\n" "$c_green" "$c_reset"; } - else printf "\n%bPackagemanager install failed%b, falling back to static binary.\n" "$c_yellow" "$c_reset" + else printf "\n%bPackagemanager install failed%b, falling back to static binary.\n" "$c_yellow" "$c_reset" fi fi if [[ "$GetBin" =~ [sS] || "$PkgInstaller" == "ERROR" || "$PkgExitcode" != 0 ]] ; then