remove irrelevant error message text

This commit is contained in:
Aidan Feess
2023-12-14 14:45:01 -06:00
committed by GitHub
parent c131c20a43
commit 61a4f91baa
+1 -1
View File
@@ -391,7 +391,7 @@ try {
$HTML_PATH = $(Read-Host "HTML Path")
}
catch {
Write-Host "Error: Please pass the peas.out file and the path to save the html`njson2html.ps1 <output_file> <HTML_file.html>"
Write-Host "Error: Please pass the peas.out file and the path to save the html"
exit
}