Skip to content

Commit

Permalink
refactor(api): use full word for deployment (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockopp committed Apr 29, 2020
1 parent 883fd81 commit e7bd6b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/deployment.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func CreateDeployment(c *gin.Context) {
input.SetUser(u.GetName())

if len(input.GetDescription()) == 0 {
input.SetDescription("Deploy request from Vela")
input.SetDescription("Deployment request from Vela")
}

if len(input.GetTask()) == 0 {
Expand Down

0 comments on commit e7bd6b9

Please sign in to comment.