From 3659c8c61b12eab6a72e26a88e1418d49a1d4501 Mon Sep 17 00:00:00 2001 From: Sam Therapy <87501267+SamTherapy@users.noreply.github.com> Date: Tue, 7 Mar 2023 17:36:44 +0000 Subject: [PATCH] set auto-pr.ps1 to the correct upstream --- 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..6249966 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "/:main" + [String]$upstream = "SamTherapy/scoop:master" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }