Skip to content

Commit 19e307b

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 ec90ab5 commit 19e307b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/Example07.ps1

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

1313
[CmdletBinding()]
1414
param (
15-
[System.IO.FileInfo] $Path = (Get-Location).Path,
15+
[System.IO.DirectoryInfo] $Path = (Get-Location).Path,
1616
[string] $Format = 'png'
1717
)
1818

0 commit comments

Comments
 (0)