Skip to content

Commit 2af362c

Browse files
committed
💄 style: minor fix
1 parent 7615a80 commit 2af362c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Functions.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ function Install-Modules {
151151

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

0 commit comments

Comments
 (0)