Skip to content

Commit 1e2e984

Browse files
authored
Update Get-OnlineVerNotepadPlusPlus.ps1
1 parent f758ce6 commit 1e2e984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Get-OnlineVerNotepadPlusPlus.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ function Get-OnlineVerNotepadPlusPlus {
129129
$End = $AppDate.IndexOf("T")
130130
$AppDate = $AppDate.Substring(0,$End)
131131

132-
$swObject.Online_Date = $AppDate
132+
$swObject.Online_Date = $AppDate
133133
$swObject.Online_version = $AppVersion
134134

135135
}

0 commit comments

Comments
 (0)