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'" })." }