1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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