We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739fbdc commit 6ce5e60Copy full SHA for 6ce5e60
2 files changed
Modules/Error-Handling.psm1
@@ -10,7 +10,7 @@
10
11
.NOTES
12
Author: Adrian Johnson (adrian207@gmail.com)
13
- Version: rememberedVersion = '1.0.0'
+ Version: 1.0.0
14
Last Updated: December 2024
15
16
Features:
Modules/Logging-Core.psm1
@@ -252,7 +252,7 @@ function Invoke-LogRotation {
252
.EXAMPLE
253
Invoke-LogRotation
254
#>
255
- [Cmdrus]=Binding()]
+ [CmdletBinding()]
256
param()
257
258
try {
0 commit comments