Remove unnecessary Windows command
This commit is contained in:
parent
bdbb71b692
commit
78705aeecd
1 changed files with 0 additions and 3 deletions
3
.vscode/tasks.json
vendored
3
.vscode/tasks.json
vendored
|
@ -96,9 +96,6 @@
|
|||
"linux": {
|
||||
"command": "rsync -azp --chmod=D0755,F0755 --rsh='ssh -p ${config:deckport} ${config:deckkey}' out/ ${config:deckuser}@${config:deckip}:${config:deckdir}/homebrew/plugins",
|
||||
},
|
||||
"windows": {
|
||||
"command": "rsync -azp --chmod=D0755,F0755 --rsh='ssh -p ${config:deckport} ${config:deckkey}' out/ ${config:deckuser}@${config:deckip}:${config:deckdir}/homebrew/plugins",
|
||||
},
|
||||
"osx": {
|
||||
"command": "rsync -azp --rsh='ssh -p ${config:deckport} ${config:deckkey}' out/ ${config:deckuser}@${config:deckip}:${config:deckdir}/homebrew/plugins",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue