diff --git a/src/fr/monlouyan/bakefile/CommandExecutor.java b/src/fr/monlouyan/bakefile/CommandExecutor.java index d3ed16d..cf1509c 100644 --- a/src/fr/monlouyan/bakefile/CommandExecutor.java +++ b/src/fr/monlouyan/bakefile/CommandExecutor.java @@ -81,7 +81,7 @@ public class CommandExecutor { // On affiche "up to date" seulement après avoir traité TOUTES les règles // et seulement si AUCUNE règle n'avait besoin d'être mise à jour if (rule.getName().equals(BakefileParser.getFirstTarget()) && !needsUpdate) { - System.out.println("bake: '" + rule.getName() + "' is up to date."); + System.out.println("bake: `" + rule.getName() + "' is up to date."); } } } \ No newline at end of file