diff --git a/native-cli/src/main/java/org/mule/weave/cli/pico/PicoRunSpell.java b/native-cli/src/main/java/org/mule/weave/cli/pico/PicoRunSpell.java index 5ef3877..28db6e7 100644 --- a/native-cli/src/main/java/org/mule/weave/cli/pico/PicoRunSpell.java +++ b/native-cli/src/main/java/org/mule/weave/cli/pico/PicoRunSpell.java @@ -87,7 +87,7 @@ protected Integer doCall() { int lastUpdate = utils.daysSinceLastUpdate(); if (lastUpdate > 30) { - console.info("Your spells are getting old. " + lastUpdate + " days since last update. Please run \n dw update-spells"); + console.info("Your spells are getting old. " + lastUpdate + " days since last update. Please run \n dw spell update"); } File spellFolder; @@ -152,4 +152,4 @@ protected Integer doCall() { } -} \ No newline at end of file +}