Skip to content

Commit 0a99bab

Browse files
omitempty skip_cert_verification
1 parent de0604a commit 0a99bab

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
@@ -60,7 +60,7 @@ type hook struct {
6060
type hookInput struct {
6161
Description string `json:"description"`
6262
URL string `json:"url"`
63-
SkipCertVerification bool `json:"skip_cert_verification"`
63+
SkipCertVerification bool `json:"skip_cert_verification,omitempty"`
6464
Active bool `json:"active"`
6565
Events []string `json:"events"`
6666
}

0 commit comments

Comments
 (0)