diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/get.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/get.ps1 b/scripts/get.ps1 index 13d9caa1c..27a3bfd58 100644 --- a/scripts/get.ps1 +++ b/scripts/get.ps1 @@ -3,8 +3,8 @@ # Invoke-Expression (Invoke-Webrequest <my location> -UseBasicParsing).Content param ( - [string]$version = "2.2.2", - [string]$branch = "master" + [string]$branch = "master", + [string]$version = "2.2.2" ) & { |
