Add single quotes (#1527)
This commit is contained in:
parent
b8547da4c3
commit
c2b298c93a
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ cscli dashboard setup -l 0.0.0.0 -p 443 --password <password>
|
|||
if err := m.LoadConfig(metabaseConfigPath); err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
log.Printf("%s", m.Config.Password)
|
||||
log.Printf("'%s'", m.Config.Password)
|
||||
},
|
||||
}
|
||||
cmdDashboard.AddCommand(cmdDashShowPassword)
|
||||
|
|
Loading…
Add table
Reference in a new issue