Skip to content

Commit

Permalink
refactor(ps): wsl_certs_add - default Uris
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonos committed Nov 15, 2023
1 parent 70791af commit be64cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl/wsl_certs_add.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ param (
[string]$Distro,

[ValidateNotNullOrEmpty()]
[string[]]$Uris = @('github.com', 'www.powershellgallery.com')
[string[]]$Uris = @('www.google.com', 'www.powershellgallery.com')
)

begin {
Expand Down

0 comments on commit be64cd8

Please sign in to comment.