Skip to content

Commit

Permalink
💄 style: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquindev committed Dec 1, 2024
1 parent 7615a80 commit 2af362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function Install-Modules {

foreach ($module in $List) {
if (!(Get-Module -ListAvailable -Name $module -ErrorAction SilentlyContinue)) {
Install-Module -Name $module -AllowClobber -Scope CurrentUser -Force | Out-Null
Install-Module -Name $module -AllowClobber -Scope CurrentUser -Force
Write-PrettyOutput -Process "pwsh" -Entry "module:" -Entry2 "$module" -Message "installed successfully." -Extra
}
else {
Expand Down

0 comments on commit 2af362c

Please sign in to comment.