mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2024-11-13 01:48:23 -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 {
|
||||
registerCommand(program: Command) {
|
||||
program.command("init")
|
||||
.description("Initalises mod manager")
|
||||
.description("Initialises mod manager")
|
||||
.action(this.execute);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user