mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
fix(auto-pr): correct upstream
This commit is contained in:
parent
ccc24e57b6
commit
5da7a335ec
@ -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))) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user