We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc7b083 commit d0aa363Copy full SHA for d0aa363
RuleDocumentation/UseCmdletCorrectly.md
@@ -28,7 +28,7 @@ Function Set-TodaysDate ()
28
Function Set-TodaysDate ()
29
{
30
$date = Get-Date
31
- Set-Date -Date $t
+ Set-Date -Date $date
32
...
33
}
34
```
0 commit comments