Fix misspell issues (#23905)
* Fix misspell issues See, $ golangci-lint run --timeout 10m --disable-all -E misspell ./... Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * Fix codespell issues See, $ codespell -S './.git*' -L 'uint,thru,pres,unknwon,serie,referer,uptodate,durationm' Signed-off-by: Mario Trangoni <mjtrangoni@gmail.com> * ci please? * non-empty commit - ci? * Trigger build Co-authored-by: bergquist <carl.bergquist@gmail.com> Co-authored-by: Kyle Brandt <kyle@grafana.com>
This commit is contained in:
@@ -49,7 +49,7 @@ func EncryptDatasourcePaswords(c utils.CommandLine, sqlStore *sqlstore.SqlStore)
|
||||
}
|
||||
|
||||
if passwordsUpdated == 0 && basicAuthUpdated == 0 {
|
||||
logger.Infof("%s All datasources secrets are allready encrypted\n", color.GreenString("✔"))
|
||||
logger.Infof("%s All datasources secrets are already encrypted\n", color.GreenString("✔"))
|
||||
}
|
||||
|
||||
logger.Info("\n")
|
||||
|
||||
Reference in New Issue
Block a user