From c131c20a43c2ae69ff28861e53097e41071d4bf4 Mon Sep 17 00:00:00 2001 From: Aidan Feess <145503050+AidanFeess@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:41:14 -0600 Subject: [PATCH] fix typo --- parsers/json2html.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parsers/json2html.ps1 b/parsers/json2html.ps1 index b22e07d..fb3bf1c 100644 --- a/parsers/json2html.ps1 +++ b/parsers/json2html.ps1 @@ -391,8 +391,8 @@ try { $HTML_PATH = $(Read-Host "HTML Path") } catch { - Write-Host "Error: Please pass the peas.out file and the path to save the html`npeas2html.ps1 " + Write-Host "Error: Please pass the peas.out file and the path to save the html`njson2html.ps1 " exit } -main \ No newline at end of file +main