Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
mfdeveloper508 committed Sep 19, 2023
1 parent 467a067 commit bd227fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/lint-project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"}
Expand Down

0 comments on commit bd227fa

Please sign in to comment.