diff --git a/Examples/Sample_Script.ps1 b/Examples/Sample_Script.ps1 index e086cf7b..2674e860 100644 --- a/Examples/Sample_Script.ps1 +++ b/Examples/Sample_Script.ps1 @@ -54,7 +54,7 @@ Configuration ScriptExample { } return @{ - Result = Get-Content -Path $fileContent + Result = Get-Content -Path $using:filePath } } }