File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ export class RemoteAttachPicker {
133
133
}
134
134
135
135
return `${ outerQuote } ${ shPrefix } sh -c ${ innerQuote } uname && if [ ${ parameterBegin } uname -o${ parameterEnd } = ${ escapedQuote } Toybox${ escapedQuote } ] ; ` +
136
- `then ${ PsProcessParser . psToyboxCommand } ; elif [ ${ parameterBegin } uname${ parameterEnd } = ${ escapedQuote } Darwin ${ escapedQuote } ] ; ` +
137
- `then ${ PsProcessParser . psLinuxCommand } ; elif [ ${ parameterBegin } uname${ parameterEnd } = ${ escapedQuote } Linux ${ escapedQuote } ] ; ` +
136
+ `then ${ PsProcessParser . psToyboxCommand } ; elif [ ${ parameterBegin } uname${ parameterEnd } = ${ escapedQuote } Linux ${ escapedQuote } ] ; ` +
137
+ `then ${ PsProcessParser . psLinuxCommand } ; elif [ ${ parameterBegin } uname${ parameterEnd } = ${ escapedQuote } Darwin ${ escapedQuote } ] ; ` +
138
138
`then ${ PsProcessParser . psDarwinCommand } ; fi${ innerQuote } ${ outerQuote } ` ;
139
139
}
140
140
You can’t perform that action at this time.
0 commit comments