cmd/purge: Bugfix
This commit is contained in:
parent
f5f2ac1a03
commit
fee4c790eb
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ func (p purge) Run(context wisski_distillery.Context) error {
|
|||
}
|
||||
|
||||
logging.LogMessage(context.IOStream, "Removing database %s", instance.SqlDatabase)
|
||||
if err := sql.PurgeUser(instance.SqlDatabase); err != nil {
|
||||
if err := sql.PurgeDatabase(instance.SqlDatabase); err != nil {
|
||||
context.EPrintln(err)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue