File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if ($WinVer.Major -lt 10 -or ($WinVer.Major -eq 10 -and $WinVer.Build -lt $MinBu
3535
3636$ErrorActionPreference = " Stop"
3737
38- $UpgradeScriptURL = " https://raw.githubusercontent.com/apify/apify-cli/main /scripts/install/upgrade.ps1"
38+ $UpgradeScriptURL = " https://raw.githubusercontent.com/apify/apify-cli/refs/heads/master /scripts/install/upgrade.ps1"
3939
4040# These three environment functions are roughly copied from https://github.com/prefix-dev/pixi/pull/692
4141# They are used instead of `SetEnvironmentVariable` because of unwanted variable expansions.
Original file line number Diff line number Diff line change 1313 [String ]$Version
1414)
1515
16- $UpgradeScriptURL = " https://raw.githubusercontent.com/apify/apify-cli/main /scripts/install/upgrade.ps1"
16+ $UpgradeScriptURL = " https://raw.githubusercontent.com/apify/apify-cli/refs/heads/master /scripts/install/upgrade.ps1"
1717
1818$URLArray = $AllUrls -split ' ,'
1919
You can’t perform that action at this time.
0 commit comments