diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-10-28 13:43:14 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-10-28 13:43:14 -0500 |
commit | e5d05923fde4af72ad82a8476d7d05365733be9b (patch) | |
tree | 807e75f9bb0d90c2eef63310143f969e3f8e3606 | |
parent | Initial commit (diff) | |
download | scoop-master.tar scoop-master.tar.gz scoop-master.tar.bz2 scoop-master.tar.lz scoop-master.tar.xz scoop-master.tar.zst scoop-master.zip |
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to '')
-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) } |