mirror of
https://github.com/shouptech/tempgopher.git
synced 2026-02-03 08:39:43 +00:00
parent
e3ec4803de
commit
071d0db161
1 changed files with 1 additions and 1 deletions
2
cli.go
2
cli.go
|
|
@ -202,7 +202,7 @@ func PromptForConfiguration() Config {
|
|||
fmt.Print("Influx database []: ")
|
||||
config.Influx.Database = ReadInput(reader, "")
|
||||
|
||||
fmt.Print("Enable InsecureSkipVerify? [fasle]: ")
|
||||
fmt.Print("Enable InsecureSkipVerify? [false]: ")
|
||||
config.Influx.InsecureSkipVerify, err = strconv.ParseBool(ReadInput(reader, "false"))
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue