set auto-pr.ps1 to the correct upstream
This commit is contained in:
parent
a30d834139
commit
3659c8c61b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
param(
|
||||
# overwrite upstream param
|
||||
[String]$upstream = "<username>/<bucketname>:main"
|
||||
[String]$upstream = "SamTherapy/scoop:master"
|
||||
)
|
||||
|
||||
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }
|
||||
|
|
Loading…
Reference in a new issue