From 5da7a335ec6117e96bb7ce9ae0799f4a2f21afed Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Mon, 22 Apr 2019 21:03:46 +0800 Subject: [PATCH] fix(auto-pr): correct upstream --- bin/auto-pr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) }