Skip to content

Commit

Permalink
fixed the recent issue in fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GABRIEL-star-alt committed Apr 12, 2024
1 parent 832eb71 commit c4e871b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const program = new Command();
program
.name("statik")
.version("1.1.0-alpha")
.description(figlet.textSync("Statik")+"\nAn IPFS based version control system with static file hosting features")
.description(figlet.textSync("Statik")+"\n An IPFS based version control system with static file hosting features")
program.command("init <ipfs_node_url>").description("Initialize a new Statik repository")
program.command("add [file_path]").description("Add a file to the Statik repository")
program.command("commit <message>").description("Commit changes to the Statik repository")
Expand Down

0 comments on commit c4e871b

Please sign in to comment.