From 0c7d90a1194bf4c4e2da2c458d20d1698cdfa343 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me>
Date: Fri, 11 Aug 2023 23:43:01 +0200
Subject: [PATCH] ExerciceRunCommand => Fix typo

---
 NodeApp/src/commander/exercice/ExerciceRunCommand.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
index b117ceb..4808653 100644
--- a/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
+++ b/NodeApp/src/commander/exercice/ExerciceRunCommand.ts
@@ -215,7 +215,7 @@ class ExerciceRunCommand extends CommanderCommand {
                 INFO   : chalk.bold,
                 SUCCESS: chalk.green,
                 FAILURE: chalk.red
-            }, `\n\n${ chalk.bold('Execution result folder') } : ${ this.folderResultsVolume }`);
+            }, `\n\n${ chalk.bold('Execution results folder') } : ${ this.folderResultsVolume }`);
         }
     }
 }
-- 
GitLab