mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 22:12:34 +08:00
Chore: Fix various spelling errors in back-end code (#25241)
* Chore: Fix various spelling errors in back-end code Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>>
This commit is contained in:
@ -119,7 +119,7 @@ var adminCommands = []*cli.Command{
|
||||
{
|
||||
Name: "encrypt-datasource-passwords",
|
||||
Usage: "Migrates passwords from unsecured fields to secure_json_data field. Return ok unless there is an error. Safe to execute multiple times.",
|
||||
Action: runDbCommand(datamigrations.EncryptDatasourcePaswords),
|
||||
Action: runDbCommand(datamigrations.EncryptDatasourcePasswords),
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user