From 06212d993a07f020442226a5a0e7c04f5f7d3cdd Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 2 Dec 2022 14:18:55 -0500 Subject: [PATCH] Update the script with the real name. --- bando.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bando.js b/bando.js index 97ee55b..67dafdf 100755 --- a/bando.js +++ b/bando.js @@ -26,7 +26,7 @@ if(!fs.existsSync(command_dir)) { program .name("bando") - .description("Command runner for the bando project.") + .description("Command runner for the LJSTHW Bandolier project.") .version("0.1.0"); for(let command of glob(`${command_dir}/*.js`)) {