diff options
-rw-r--r-- | bin/auto-pr.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/auto-pr.ps1 b/bin/auto-pr.ps1 index 3a91818..b2d802c 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "<username>/<bucketname>:main" + [String]$upstream = "RossTheRoss/scoop:master" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } |