Skip to content

Commit

Permalink
fix ParallelSteps child type so replacements happen correctly; fixes a…
Browse files Browse the repository at this point in the history
  • Loading branch information
crenshaw-dev authored Mar 19, 2020
1 parent 55c315d commit e1c9f7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2250,7 +2250,7 @@
"io.argoproj.workflow.v1alpha1.ParallelSteps": {
"type": "array",
"items": {
"$ref": "#/definitions/io.argoproj.io.argoproj.workflow.v1alpha1.v1alpha1.WorkflowStep"
"$ref": "#/definitions/io.argoproj.workflow.v1alpha1.WorkflowStep"
}
},
"io.argoproj.workflow.v1alpha1.Parameter": {
Expand Down
2 changes: 1 addition & 1 deletion pkg/apiclient/_.primary.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"gh.neting.cc.argoproj.argo.pkg.apis.workflow.v1alpha1.ParallelSteps": {
"type": "array",
"items": {
"$ref": "#/definitions/io.argoproj.workflow.v1alpha1.WorkflowStep"
"$ref": "#/definitions/gh.neting.cc.argoproj.argo.pkg.apis.workflow.v1alpha1.WorkflowStep"
}
}
}
Expand Down

0 comments on commit e1c9f7a

Please sign in to comment.