Skip to content

Commit 33d3ad6

Browse files
committed
Fix logout instructions
1 parent 08e97d7 commit 33d3ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/script/command-executor.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1506,7 +1506,7 @@ function serializeConnectionInfo(accessKey: string, preserveAccessKeyOnLogout: b
15061506

15071507
log(
15081508
`\r\nSuccessfully logged-in. Your session file was written to ${chalk.cyan(configFilePath)}. You can run the ${chalk.cyan(
1509-
"code-push logout"
1509+
"code-push-standalone logout"
15101510
)} command at any time to delete this file and terminate your session.\r\n`
15111511
);
15121512
}

0 commit comments

Comments
 (0)