mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 12:42:02 +08:00
typo in winscp
This commit is contained in:
parent
77ffa5616f
commit
327ef47c84
@ -6,8 +6,7 @@
|
||||
param (
|
||||
[parameter(Mandatory=$true, ParameterSetName="dir")] [string]$DIR,
|
||||
[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
|
||||
winscp.exe scp://$UUSER@dl.slic3r.org:$DIR /hostkey=* /privatekey=$KEY /upload $FILES
|
||||
|
Loading…
x
Reference in New Issue
Block a user