fix(auto-pr): correct upstream

This commit is contained in:
Chawye Hsu 2019-04-22 21:03:46 +08:00 committed by GitHub
parent ccc24e57b6
commit 5da7a335ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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))) }