We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcabada commit 7699beaCopy full SHA for 7699bea
3 files changed
libexec/scoop-uninstall.ps1
@@ -14,7 +14,6 @@
14
. "$PSScriptRoot\..\lib\psmodules.ps1"
15
. "$PSScriptRoot\..\lib\versions.ps1"
16
. "$PSScriptRoot\..\lib\getopt.ps1"
17
-. "$PSScriptRoot\..\lib\config.ps1"
18
19
reset_aliases
20
test/Scoop-Core.Tests.ps1
@@ -1,5 +1,4 @@
1
. "$psscriptroot\..\lib\core.ps1"
2
-. "$psscriptroot\..\lib\config.ps1"
3
. "$psscriptroot\..\lib\install.ps1"
4
. "$psscriptroot\..\lib\unix.ps1"
5
. "$psscriptroot\Scoop-TestLib.ps1"
test/Scoop-Decompress.Tests.ps1
@@ -3,7 +3,6 @@
. "$psscriptroot\..\lib\manifest.ps1"
6
7
8
$isUnix = is_unix
9
0 commit comments