Skip to content

Commit b637779

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 a8ba6c0 commit b637779

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Examples/Example01.ps1

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

1010
[CmdletBinding()]
1111
param (
12-
[System.IO.FileInfo] $Path = (Get-Location).Path,
12+
[System.IO.DirectoryInfo] $Path = (Get-Location).Path,
1313
[string] $Format = 'png'
1414
)
1515

0 commit comments

Comments
 (0)