Skip to content

Commit

Permalink
Issue mulesoft-labs#88: update message for spells updating
Browse files Browse the repository at this point in the history
  • Loading branch information
askamycki authored Oct 10, 2023
1 parent be6fd7f commit 1009621
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -152,4 +152,4 @@ protected Integer doCall() {
}


}
}

0 comments on commit 1009621

Please sign in to comment.