From 883529d684d47a7a98613e52cd6cd83a9be2dd7d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 13 Sep 2021 02:13:06 -0600 Subject: [PATCH] fix(scripts): missing space in ab-nginx.sh --- helpers/ab-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers/ab-nginx.sh b/helpers/ab-nginx.sh index 41bbdf5..75cd7d2 100755 --- a/helpers/ab-nginx.sh +++ b/helpers/ab-nginx.sh @@ -94,7 +94,7 @@ scriptHelp() { # footer newline printf "%s" "$yellow" - textBlock"More information can be found at: https://git.asifbacchus.dev/ab-docker/ab-nginx/wiki" + textBlock "More information can be found at: https://git.asifbacchus.dev/ab-docker/ab-nginx/wiki" printf "\n%s" "$magenta" printf '%.0s-' $(seq "$width") printf "\n%s" "$norm"