Skip to content

Commit e7802ad

Browse files
committed
Remove omission of vcs_repo in stack update
1 parent 3613591 commit e7802ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ type StackCreateOptions struct {
191191
type StackUpdateOptions struct {
192192
Name *string `jsonapi:"attr,name,omitempty"`
193193
Description *string `jsonapi:"attr,description,omitempty"`
194-
VCSRepo *StackVCSRepoOptions `jsonapi:"attr,vcs-repo,omitempty"`
194+
VCSRepo *StackVCSRepoOptions `jsonapi:"attr,vcs-repo"`
195195
}
196196

197197
// WaitForStatusResult is the data structure that is sent over the channel

0 commit comments

Comments
 (0)