From 5aef06e5a89fd519a183aba7e623c235c208bdc9 Mon Sep 17 00:00:00 2001 From: Daniel Wu Date: Wed, 18 Oct 2023 22:12:48 -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..321ed16 100644 --- a/bin/auto-pr.ps1 +++ b/bin/auto-pr.ps1 @@ -1,6 +1,6 @@ param( # overwrite upstream param - [String]$upstream = "/:main" + [String]$upstream = "DSGT-DLP/scoop-dlp-cli:main" ) if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Convert-Path (scoop prefix scoop) }