Skip to content

Commit 8ddfe92

Browse files
committed
✨ Updated logging for cll function
1 parent 7ac848e commit 8ddfe92

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
@@ -300,7 +300,8 @@ function nplg {
300300
# Print list of local chocolatey installations
301301
function cll {
302302
# Print-Green-Underline "Local Chocolatey Installations:"
303-
Write-Output "`n Local Chocolatey Installations:`n"
303+
# Write-Output "`n Local Chocolatey Installations:`n"
304+
Write-BoldGreen "Local Chocolatey Installations"
304305
choco list -l
305306
}
306307

0 commit comments

Comments
 (0)