mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-11 10:05:27 +00:00
Fix avivable -> available typo in backend.go (#710)
This commit is contained in:
parent
11d5d4bf48
commit
be11e57976
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func FindEngine(engineName string) (types.Engine, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return nil, fmt.Errorf("Can't detect an avivable backend engine")
|
||||
return nil, fmt.Errorf("Can't detect an available backend engine")
|
||||
}
|
||||
|
||||
engine, ok := engines[engineName]
|
||||
|
|
Loading…
Reference in a new issue