Skip to content

Commit 7699bea

Browse files
committed
fix(config): Remove config.ps1 imports
1 parent fcabada commit 7699bea

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

libexec/scoop-uninstall.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
. "$PSScriptRoot\..\lib\psmodules.ps1"
1515
. "$PSScriptRoot\..\lib\versions.ps1"
1616
. "$PSScriptRoot\..\lib\getopt.ps1"
17-
. "$PSScriptRoot\..\lib\config.ps1"
1817

1918
reset_aliases
2019

test/Scoop-Core.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
. "$psscriptroot\..\lib\core.ps1"
2-
. "$psscriptroot\..\lib\config.ps1"
32
. "$psscriptroot\..\lib\install.ps1"
43
. "$psscriptroot\..\lib\unix.ps1"
54
. "$psscriptroot\Scoop-TestLib.ps1"

test/Scoop-Decompress.Tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
. "$psscriptroot\..\lib\unix.ps1"
44
. "$psscriptroot\..\lib\install.ps1"
55
. "$psscriptroot\..\lib\manifest.ps1"
6-
. "$psscriptroot\..\lib\config.ps1"
76

87
$isUnix = is_unix
98

0 commit comments

Comments
 (0)