set auto-pr.ps1 to the correct upstream

This commit is contained in:
Sam Therapy 2023-03-07 17:36:44 +00:00 committed by GitHub
parent a30d834139
commit 3659c8c61b
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 = "<username>/<bucketname>:main"
[String]$upstream = "SamTherapy/scoop:master"
)
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }