From d8ba7959d95e60e54c53f321fadc0437a5ed5b80 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 10 Sep 2020 14:09:10 +0000 Subject: [PATCH] --- server/AyaNova/biz/PrimeData.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/AyaNova/biz/PrimeData.cs b/server/AyaNova/biz/PrimeData.cs index e425dcc2..34ffad49 100644 --- a/server/AyaNova/biz/PrimeData.cs +++ b/server/AyaNova/biz/PrimeData.cs @@ -124,10 +124,10 @@ namespace AyaNova.Biz public static async Task PrimeReportTemplates() { //Read in each stock translation from a text file and then create them in the DB - var ReportFilesPath = Path.Combine(ServerBootConfig.AYANOVA_CONTENT_ROOT_PATH, "resource\\rpt\\stock-report-templates"); + var ReportFilesPath = Path.Combine(ServerBootConfig.AYANOVA_CONTENT_ROOT_PATH, "resource","rpt","stock-report-templates"); if (!Directory.Exists(ReportFilesPath)) { - throw new System.Exception($"E1012: \"resource\\rpt\\stock-report-templates\" folder not found where expected: \"{ReportFilesPath}\", installation damaged?"); + throw new System.Exception($"E1012: \"stock-report-templates\" folder not found where expected: \"{ReportFilesPath}\", installation damaged?"); } //iterate all ayrt files and import each one