forked from M-Labs/nix-scripts
wfvm: fix 'protocol error: filename does not match request' in win-get
This commit is contained in:
parent
38d7c89a8b
commit
0ba8000660
|
@ -59,7 +59,7 @@ rec {
|
|||
win-get = pkgs.writeShellScriptBin "win-get" ''
|
||||
echo win-get $1
|
||||
${pkgs.sshpass}/bin/sshpass -p1234 -- \
|
||||
${pkgs.openssh}/bin/scp -P 2022 ${sshOpts} \
|
||||
${pkgs.openssh}/bin/scp -T -P 2022 ${sshOpts} \
|
||||
wfvm@localhost:$1 .
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in New Issue