From 1009621bdddbb6accf0c3305a9874164b89a6c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Kamycki?= Date: Tue, 10 Oct 2023 11:15:00 +0200 Subject: [PATCH] Issue #88: update message for spells updating --- .../src/main/java/org/mule/weave/cli/pico/PicoRunSpell.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}