Skip to content

Commit

Permalink
fixed linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
skirianov committed Aug 17, 2023
1 parent 8d2cd63 commit 3b236d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/commands/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default class Init extends Command {
char: 's',
aliases: ['sdk'],
summary: 'Use --sdk flag to initiate SDK architecure CLI',
description: '--sdk flag is used to run and install projects with SDK architecture',
description: '--sdk flag is used to run and install projects with SDK architecture'
})
};

Expand Down

0 comments on commit 3b236d7

Please sign in to comment.