From 13f2e3f9da6ff6b46009645b62a7c63da61b8915 Mon Sep 17 00:00:00 2001 From: Tony Klose Date: Wed, 14 Jan 2026 03:22:51 -0600 Subject: [PATCH] Pedantically fixing verb tense in init command description --- tasks/init.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/init.js b/tasks/init.js index 820afca71..2cb9391df 100644 --- a/tasks/init.js +++ b/tasks/init.js @@ -65,7 +65,7 @@ module.exports = lando => { return { command: 'init', level: 'app', - describe: 'Fetched code and/or initializes a Landofile for use with lando', + describe: 'Fetches code and/or initializes a Landofile for use with lando', usage: `$0 init [--name ] [--recipe ]