Skip to content
Snippets Groups Projects
Commit 0c7d90a1 authored by michael.minelli's avatar michael.minelli
Browse files

ExerciceRunCommand => Fix typo

parent b81fcc01
No related branches found
No related tags found
No related merge requests found
Pipeline #25778 passed
...@@ -215,7 +215,7 @@ class ExerciceRunCommand extends CommanderCommand { ...@@ -215,7 +215,7 @@ class ExerciceRunCommand extends CommanderCommand {
INFO : chalk.bold, INFO : chalk.bold,
SUCCESS: chalk.green, SUCCESS: chalk.green,
FAILURE: chalk.red FAILURE: chalk.red
}, `\n\n${ chalk.bold('Execution result folder') } : ${ this.folderResultsVolume }`); }, `\n\n${ chalk.bold('Execution results folder') } : ${ this.folderResultsVolume }`);
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment