diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index ada15b51a2..c910e847ee 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "scoopinstaller/scoop-core:master" + [String]$upstream = "scoopinstaller/scoop-main:master" ) if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }