mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-14 02:18:22 -05:00
Fix typo
This commit is contained in:
parent
55bf3e2c44
commit
cbd482c763
@ -5,7 +5,7 @@ import Subcommand from "./subcommand.js";
|
|||||||
export default class InitCommand extends Subcommand {
|
export default class InitCommand extends Subcommand {
|
||||||
registerCommand(program: Command) {
|
registerCommand(program: Command) {
|
||||||
program.command("init")
|
program.command("init")
|
||||||
.description("Initalises mod manager")
|
.description("Initialises mod manager")
|
||||||
.action(this.execute);
|
.action(this.execute);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user