Merge pull request #109 from mihaelabalutoiu/fix-pools-typo
Fix `runner/pools.go` typo
This commit is contained in:
commit
e44786f1d2
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