Skip to content

Commit

Permalink
ci(test): Use scoop prefix scoop (ScoopInstaller#7617)
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven authored Dec 28, 2021
1 parent e71cd1e commit a38be7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"powershell.codeFormatting.ignoreOneLineBlock": true,
"json.schemas": [
{
"url": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json",
"url": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json",
"fileMatch": [
"bucket/*.json"
]
Expand Down
2 changes: 1 addition & 1 deletion Scoop-Bucket.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
if(!$env:SCOOP_HOME) { $env:SCOOP_HOME = resolve-path (split-path (split-path (scoop which scoop))) }
if (!$env:SCOOP_HOME) { $env:SCOOP_HOME = Resolve-Path (scoop prefix scoop) }
. "$env:SCOOP_HOME\test\Import-Bucket-Tests.ps1"

0 comments on commit a38be7e

Please sign in to comment.