From c70c8a3cb7f0255cb570bc71173301c5f897722e Mon Sep 17 00:00:00 2001 From: Akseli Lukkarila Date: Mon, 6 Nov 2023 13:07:55 +0200 Subject: [PATCH] fix indent, why is my shfmt not working :thinking: --- go/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/build.sh b/go/build.sh index 7ba2d7cf..c6b8a621 100755 --- a/go/build.sh +++ b/go/build.sh @@ -43,7 +43,7 @@ init_options() { build_project() { print_magenta "Building Nitor Vault (Go)..." if [ -z "$(command -v go)" ]; then - print_error_and_exit "go not found in path" + print_error_and_exit "go not found in path" else go version fi