summaryrefslogtreecommitdiff
path: root/RhSolutions.ML.Builder/Program.cs
diff options
context:
space:
mode:
Diffstat (limited to 'RhSolutions.ML.Builder/Program.cs')
-rw-r--r--RhSolutions.ML.Builder/Program.cs2
1 files changed, 1 insertions, 1 deletions
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)
{