Skip to content

Commit a8ba6c0

Browse files
rebelinuxCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent af72233 commit a8ba6c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/Example02.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
[CmdletBinding()]
1717
param (
18-
[System.IO.FileInfo] $Path = (Get-Location).Path,
18+
[System.IO.DirectoryInfo] $Path = (Get-Location).Path,
1919
[string] $Format = 'png'
2020
)
2121

0 commit comments

Comments
 (0)