Skip to content

Commit 2a68810

Browse files
authored
remove required spec (#66)
1 parent 07dc6d5 commit 2a68810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kotsclient/release.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func (c *GraphQLClient) CreateRelease(appID string, multiyaml string) (*types.Re
6666

6767
request := graphql.Request{
6868
Query: `
69-
mutation createKotsRelease($appId: ID!, $spec: String!) {
69+
mutation createKotsRelease($appId: ID!, $spec: String) {
7070
createKotsRelease(appId: $appId, spec: $spec) {
7171
sequence
7272
}

0 commit comments

Comments
 (0)