Skip to content

Commit de0604a

Browse files
omitempty skip_cert_verification
1 parent 046e687 commit de0604a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scm/driver/bitbucket/repo.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ type hooks struct {
5151
type hook struct {
5252
Description string `json:"description"`
5353
URL string `json:"url"`
54-
SkipCertVerification bool `json:"skip_cert_verification"`
54+
SkipCertVerification bool `json:"skip_cert_verification,omitempty"`
5555
Active bool `json:"active"`
5656
Events []string `json:"events"`
5757
UUID string `json:"uuid"`

0 commit comments

Comments
 (0)