Skip to content

Commit

Permalink
fix: set default to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-m-bah committed Jan 15, 2024
1 parent 6d61d58 commit fbc1214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void call() {
}
}

Boolean skipNodeAudit = config?.skip_node_audit ?: true
Boolean skipNodeAudit = config?.skip_node_audit ?: false
if (skipNodeAudit) {
args += " --disableNodeAudit"
}
Expand Down

0 comments on commit fbc1214

Please sign in to comment.