typo in winscp

This commit is contained in:
Joseph Lenox 2017-04-04 21:22:04 -05:00
parent 77ffa5616f
commit 327ef47c84

View File

@ -6,8 +6,7 @@
param ( param (
[parameter(Mandatory=$true, ParameterSetName="dir")] [string]$DIR, [parameter(Mandatory=$true, ParameterSetName="dir")] [string]$DIR,
[parameter(Mandatory=$true, ParameterSetName="key")] [string]$KEY, [parameter(Mandatory=$true, ParameterSetName="key")] [string]$KEY,
[parameter(Mandatory=$true, ParameterSetName="file")] [string]$FILES, [parameter(Mandatory=$true, ParameterSetName="file")] [string]$FILES
) )
UUSER=$env:UPLOAD_USER UUSER=$env:UPLOAD_USER
winscp.exe scp://$UUSER@dl.slic3r.org:$DIR /hostkey=* /privatekey=$KEY /upload $FILES winscp.exe scp://$UUSER@dl.slic3r.org:$DIR /hostkey=* /privatekey=$KEY /upload $FILES