diff --git a/Examples/Example05.ps1 b/Examples/Example05.ps1 index 6d658df..180fff1 100644 --- a/Examples/Example05.ps1 +++ b/Examples/Example05.ps1 @@ -9,7 +9,7 @@ [CmdletBinding()] param ( - [System.IO.DirectoryInfo] $Path = Get-Location, + [System.IO.DirectoryInfo] $Path = (Get-Location).Path, [string] $Format = 'png' )