Fix runner/pools.go typo
Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
This commit is contained in:
parent
05168ac994
commit
7ac2455379
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ func (r *Runner) DeletePoolByID(ctx context.Context, poolID string) error {
|
|||
}
|
||||
|
||||
if err := r.store.DeletePoolByID(ctx, poolID); err != nil {
|
||||
return errors.Wrap(err, "fetching pool")
|
||||
return errors.Wrap(err, "deleting pool")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue