1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-05-03 15:31:45 +08:00
parent 1417948d3d
commit 8e58099c51
No known key found for this signature in database
GPG Key ID: 0F84B2110C500B1F

View File

@ -41,7 +41,7 @@ const (
DescDeclined = "the build was rejected"
)
// getStatus is a helper functin that converts a Drone
// getStatus is a helper function that converts a Drone
// status to a Gitea status.
func getStatus(status string) gitea.StatusState {
switch status {