Skip to content

Commit

Permalink
precheck skip
Browse files Browse the repository at this point in the history
  • Loading branch information
po3rin committed Feb 15, 2021
1 parent 8fef9f2 commit ea18727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/eskeeper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{
eskeeper.UserName(viper.GetString("es_user")),
eskeeper.Pass(viper.GetString("es_pass")),
eskeeper.Verbose(viper.GetBool("verbose")),
eskeeper.Verbose(viper.GetBool("skip_precheck")),
eskeeper.SkipPreCheck(viper.GetBool("skip_precheck")),
)
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit ea18727

Please sign in to comment.