mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-20 21:26:18 +00:00
remove typo in github status message
This commit is contained in:
parent
ba5db98d44
commit
cfe50421dc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const (
|
|||
|
||||
const (
|
||||
DescPending = "this build is pending"
|
||||
DescSuccess = "the build was succcessful"
|
||||
DescSuccess = "the build was successful"
|
||||
DescFailure = "the build failed"
|
||||
DescError = "oops, something went wrong"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue