Skip to content

Commit fc3ab19

Browse files
committed
Line comment spaces
1 parent 02806ad commit fc3ab19

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Sources/Winget-AutoUpdate/mods/_WAU-mods-postsys-template.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ Make sure your Functions have unique names!
99
. $PSScriptRoot\_Mods-Functions.ps1
1010

1111
<# ARRAYS/VARIABLES #>
12-
#Example:
13-
#Beginning of Desktop Link Name to Remove - optional wildcard (*) after, without .lnk, multiple: "lnk1","lnk2"
14-
#The function Remove-ModsLnk returns the number of removed links.
15-
#$Lnk = @("Acrobat Read*","Bitwarden","calibre*")
12+
# Example:
13+
# Beginning of Desktop Link Name to Remove - optional wildcard (*) after, without .lnk, multiple: "lnk1","lnk2"
14+
# The function Remove-ModsLnk returns the number of removed links.
15+
# $Lnk = @("Acrobat Read*","Bitwarden","calibre*")
1616

1717

1818
<# MAIN #>
19-
#Example:
19+
# Example:
2020
# if ($Lnk) {
2121
# $removedCount = Remove-ModsLnk $Lnk
2222
# Write-ToLog "-> Removed $($removedCount) Public Desktop Links!" "Green"

0 commit comments

Comments
 (0)