From 47404cdda843d91121a48fd391986e57dd9bac02 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 4 Oct 2023 22:03:21 +0300 Subject: [PATCH] Edit complete message --- RhSolutions.ML.Builder/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RhSolutions.ML.Builder/Program.cs b/RhSolutions.ML.Builder/Program.cs index ffb62e3..3f89f06 100644 --- a/RhSolutions.ML.Builder/Program.cs +++ b/RhSolutions.ML.Builder/Program.cs @@ -3,7 +3,7 @@ try { RhSolutionsMLBuilder.RebuildModel(); - Console.WriteLine("Model built"); + Console.WriteLine("Complete"); } catch (Exception ex) {