Skip to content

Commit

Permalink
chore(cli): correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
muntaxir4 committed Dec 15, 2024
1 parent db0df06 commit 8c30052
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class GetAllMembersOfWorkspaceCommand extends BaseCommand {
}

async action({ args, options }: CommandActionData): Promise<void> {
Logger.info("Fetching workspace's roles...")
Logger.info("Fetching workspace's memebrs...")

const [workspaceSlug] = args

Expand Down

0 comments on commit 8c30052

Please sign in to comment.