Skip to content

Commit

Permalink
#139 --ignore-checks should be only works in --experimental.
Browse files Browse the repository at this point in the history
  • Loading branch information
herpiko committed Jul 16, 2021
1 parent e4ac931 commit 472ee2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func main() {
},
Action: func(ctx *cli.Context) (err error) {

ignoreChecks := ctx.Bool("ignore-checks")
ignoreChecks := ctx.Bool("ignore-checks") && ctx.Bool("experimental")

err = checkForInitValues()
if err != nil {
Expand Down

0 comments on commit 472ee2e

Please sign in to comment.