Fixing misspell errors (#8544)
Этот коммит содержится в:
коммит произвёл
Harrison Healey
родитель
eb48292a3a
Коммит
014a3b6a60
@@ -47,7 +47,7 @@ func resetCmdF(command *cobra.Command, args []string) error {
|
||||
}
|
||||
|
||||
a.Srv.Store.DropAllTables()
|
||||
cmd.CommandPrettyPrintln("Database sucessfully reset")
|
||||
cmd.CommandPrettyPrintln("Database successfully reset")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
@@ -576,7 +576,7 @@ func migrateAuthToLdapCmdF(command *cobra.Command, args []string) error {
|
||||
return errors.New("Error while migrating users: " + err.Error())
|
||||
}
|
||||
|
||||
cmd.CommandPrettyPrintln("Sucessfully migrated accounts.")
|
||||
cmd.CommandPrettyPrintln("Successfully migrated accounts.")
|
||||
}
|
||||
|
||||
return nil
|
||||
@@ -631,7 +631,7 @@ func migrateAuthToSamlCmdF(command *cobra.Command, args []string) error {
|
||||
return errors.New("Error while migrating users: " + err.Error())
|
||||
}
|
||||
l4g.Close()
|
||||
cmd.CommandPrettyPrintln("Sucessfully migrated accounts.")
|
||||
cmd.CommandPrettyPrintln("Successfully migrated accounts.")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Ссылка в новой задаче
Block a user