We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 907aa7d commit 3ed1abfCopy full SHA for 3ed1abf
1 file changed
Examples/Example05.ps1
@@ -9,7 +9,7 @@
9
10
[CmdletBinding()]
11
param (
12
- [System.IO.DirectoryInfo] $Path = Get-Location,
+ [System.IO.DirectoryInfo] $Path = (Get-Location).Path,
13
[string] $Format = 'png'
14
)
15
0 commit comments