From e5d05923fde4af72ad82a8476d7d05365733be9b Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Mon, 28 Oct 2024 13:43:14 -0500 Subject: Replace placeholder Signed-off-by: Matt Strapp --- bin/auto-pr.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = "/:main" + [String]$upstream = "RossTheRoss/scoop:master" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) } -- cgit v1.2.3