Skip to content

Commit 6ce5e60

Browse files
committed
Fix version number in Error-Handling module and typo in Logging-Core
1 parent 739fbdc commit 6ce5e60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/Error-Handling.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
.NOTES
1212
Author: Adrian Johnson (adrian207@gmail.com)
13-
Version: rememberedVersion = '1.0.0'
13+
Version: 1.0.0
1414
Last Updated: December 2024
1515
1616
Features:

Modules/Logging-Core.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ function Invoke-LogRotation {
252252
.EXAMPLE
253253
Invoke-LogRotation
254254
#>
255-
[Cmdrus]=Binding()]
255+
[CmdletBinding()]
256256
param()
257257

258258
try {

0 commit comments

Comments
 (0)