Update the script with the real name.

master
Zed A. Shaw 1 year ago
parent d95bb1a511
commit 06212d993a
  1. 2
      bando.js

@ -26,7 +26,7 @@ if(!fs.existsSync(command_dir)) {
program program
.name("bando") .name("bando")
.description("Command runner for the bando project.") .description("Command runner for the LJSTHW Bandolier project.")
.version("0.1.0"); .version("0.1.0");
for(let command of glob(`${command_dir}/*.js`)) { for(let command of glob(`${command_dir}/*.js`)) {

Loading…
Cancel
Save