Skip to content

Commit 4d2069c

Browse files
name fix
1 parent 7cc6ffa commit 4d2069c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/argo_runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ func newArgoRuntimeAPI(codefresh *codefresh) IRuntimeAPI {
6464
func (r *argoRuntime) Create(ctx context.Context, opts *model.RuntimeInstallationArgs) (*model.RuntimeCreationResponse, error) {
6565
jsonData := map[string]interface{}{
6666
"query": `
67-
mutation CreateRuntime($installationArgs: InstallationArgs!) {
67+
mutation CreateRuntime($installationArgs: RuntimeInstallationArgs!) {
6868
runtime(installationArgs: $installationArgs) {
6969
name
7070
newAccessToken

0 commit comments

Comments
 (0)