Skip to content

Commit b30dd5e

Browse files
Update error message to be more accurate
Co-authored-by: Jack Tracey <41163455+jtracey93@users.noreply.github.com>
1 parent 8d36cb3 commit b30dd5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Private/Get-ALZConfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function Get-ALZConfig {
2525
} elseif($extension -eq ".json") {
2626
$config = Get-Content -Path $configFilePath | ConvertFrom-Json
2727
} else {
28-
throw "The config file must be a json or yaml file"
28+
throw "The config file must be a json or yaml/yml file"
2929
}
3030

3131
return $config

0 commit comments

Comments
 (0)