diff --git a/go/lint-project.sh b/go/lint-project.sh index 4ad5d065..18fcc728 100755 --- a/go/lint-project.sh +++ b/go/lint-project.sh @@ -103,7 +103,7 @@ if [[ "$org" != "moov-io" || "$OS_NAME" == "windows" ]]; then run_gitleaks=false else # checking flags - if [[ "$EXPERIMENTAL" == *"gitleaks"* && "$DISABLE_GITLEAKS" != "true"]]; then + if [[ "$EXPERIMENTAL" == *"gitleaks"* && "$DISABLE_GITLEAKS" != "true" ]]; then run_gitleaks=true else DISABLE_GITLEAKS=${DISABLE_GITLEAKS:="true"}