From 755cef6614e0724154e3c68062fa024b5916ea21 Mon Sep 17 00:00:00 2001 From: back-lacking <86173810+back-lacking@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:26:07 -0400 Subject: [PATCH] Update auto-pr.ps1 --- 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..7fc439a 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "/:main" + [String]$upstream = "back-lacking/personal-scoop:main" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }