File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export const Command = {
8181 listComponentPorts : ( project : string , app : string , component : string ) =>
8282 `oc get service ${ component } -${ app } --namespace ${ project } -o jsonpath="{range .spec.ports[*]}{.port}{','}{end}"` ,
8383 linkComponentTo : ( project : string , app : string , component : string , componentToLink : string ) =>
84- `odo project set ${ project } && odo application set ${ app } && odo component set ${ context } && odo link ${ componentToLink } --wait` ,
84+ `odo project set ${ project } && odo application set ${ app } && odo component set ${ component } && odo link ${ componentToLink } --wait` ,
8585 pushComponent : ( project : string , app : string , component : string ) =>
8686 `odo push ${ component } --app ${ app } --project ${ project } ` ,
8787 pushLocalComponent : ( project : string , app : string , component : string , location : string ) =>
You can’t perform that action at this time.
0 commit comments