Skip to content

Commit

Permalink
chore: Description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ipapandinas committed Mar 5, 2024
1 parent 0cbc7b3 commit 9aa2f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/node/chopsticks/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { SwankyConfig } from "../../../types/index.js";
export const chopsticksConfig = "dev.yml";

export class InitChopsticks extends SwankyCommand<typeof InitChopsticks> {
static description = "Initialize Zombienet";
static description = "Initialize chopsticks config";

async run(): Promise<void> {
const localConfig = getSwankyConfig("local") as SwankyConfig;
Expand Down

0 comments on commit 9aa2f3f

Please sign in to comment.