mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
small typo fix
This commit is contained in:
parent
80e8b01f24
commit
4bcf83bcd0
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
DockerTLSWarning = `WARINING: Docker TLS cert or key not given, this may cause a build errors`
|
||||
DockerTLSWarning = `WARNING: Docker TLS cert or key not given, this may cause a build errors`
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue