From fb555b03637e5b97aca877a1ac0a74d1deeb05ed Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 10 Oct 2023 14:06:57 +0800 Subject: [PATCH] Update lib/depends.ps1 Co-authored-by: HUMORCE --- lib/depends.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/depends.ps1 b/lib/depends.ps1 index 8b1743a43b..bd4ed19cf2 100644 --- a/lib/depends.ps1 +++ b/lib/depends.ps1 @@ -37,7 +37,7 @@ function Get-Dependency { if (!$manifest) { if (((Get-LocalBucket) -notcontains $bucket) -and $bucket) { - warn "Bucket '$bucket' not Added. Add it with $(if($bucket -in (known_buckets)) { "'scoop bucket add $bucket' or " })'scoop bucket add $bucket '." + warn "Bucket '$bucket' not added. Add it with $(if($bucket -in (known_buckets)) { "'scoop bucket add $bucket' or " })'scoop bucket add $bucket '." } abort "Couldn't find manifest for '$AppName'$(if($bucket) { " from '$bucket' bucket" } elseif($url) { " at '$url'" })." }