1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-29 18:04:15 +02:00

Fix quote location

This commit is contained in:
Joachim Hill-Grannec 2017-08-21 13:16:24 -04:00
parent 1260a829d0
commit 8e13d374bc

View File

@ -67,6 +67,6 @@ type RepoPatch struct {
AllowDeploy *bool `json:"allow_deploy,omitempty"`
AllowTag *bool `json:"allow_tag,omitempty"`
BuildCounter *int `json:"build_counter,omitempty"`
Name *string `json:"name",omitempty`
Name *string `json:"name,omitempty"`
Owner *string `json:"owner,omitempty"`
}