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 {
133133 }
134134
135135 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 } ] ; ` +
138138 `then ${ PsProcessParser . psDarwinCommand } ; fi${ innerQuote } ${ outerQuote } ` ;
139139 }
140140
You can’t perform that action at this time.
0 commit comments