Skip to content

Commit 95e646b

Browse files
committed
fix logout command
1 parent 8d3231e commit 95e646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/commands/logout.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const LogoutCommandAction = async () => {
1313
};
1414

1515
export const LogoutCommand = createCommand({
16-
name: "login",
16+
name: "logout",
1717
description: "Logouts to the Allure Service",
1818
options: [],
1919
action: LogoutCommandAction,

0 commit comments

Comments
 (0)