Skip to content

Commit 1a363f5

Browse files
committed
✨ Updated logging for clo function
1 parent 8ddfe92 commit 1a363f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pwsh/functions.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ function cll {
308308
# Print list of outdated chocolatey installations
309309
function clo {
310310
# Print-Green-Underline "Outdated Chocolatey Installations:"
311-
Write-Output "`n Outdated Chocolatey Installations:`n"
311+
# Write-Output "`n Outdated Chocolatey Installations:`n"
312+
Write-BoldGreen "Outdated Chocolatey Installations"
312313
choco upgrade all --noop
313314
}
314315

0 commit comments

Comments
 (0)