Fix HelpMessage Typo
This commit is contained in:
@@ -30,7 +30,7 @@ function Export-ZertoVpg {
|
||||
foreach ($name in $vpgName) {
|
||||
$vpgSettingsIdentifier = New-ZertoVpgSettingsIdentifier -vpgIdentifier $(Get-ZertoVpg -name $name).vpgIdentifier
|
||||
$vpgSettings = Get-ZertoVpgSetting -vpgSettingsIdentifier $vpgSettingsIdentifier
|
||||
$filePath = "{0}\{1}.json" -f $outputPath, $name
|
||||
$filePath = "{0}\{1}.json" -f $outputFolder, $name
|
||||
$vpgSettings | Convertto-Json -depth 10 | Out-File -FilePath $filePath
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user