Skip to content

Commit f1dbdc1

Browse files
chawyehsurasa
authored andcommitted
scoop-search: add config.ps1 to load proxy settings (ScoopInstaller#2911)
1 parent 54ff836 commit f1dbdc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libexec/scoop-search.ps1

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ param($query)
99
. "$psscriptroot\..\lib\buckets.ps1"
1010
. "$psscriptroot\..\lib\manifest.ps1"
1111
. "$psscriptroot\..\lib\versions.ps1"
12+
. "$psscriptroot\..\lib\config.ps1"
1213

1314
reset_aliases
1415

0 commit comments

Comments
 (0)