Skip to content

Commit

Permalink
fix indent, why is my shfmt not working 🤔
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Nov 6, 2023
1 parent 5617958 commit c70c8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c70c8a3

Please sign in to comment.