Skip to content

Commit a432055

Browse files
committed
Temporarily revert old-binary names
1 parent 929323a commit a432055

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/fig_util/src/consts.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ pub const PRODUCT_NAME: &str = "Kiro-Cli";
2626
pub const RUNTIME_DIR_NAME: &str = "cwrun";
2727

2828
// These are the old "CodeWhisperer" branding, used anywhere we will not update to Amazon Q
29-
pub const OLD_PRODUCT_NAME: &str = "Amazon Q";
30-
pub const OLD_CLI_BINARY_NAMES: &[&str] = &["q"];
31-
pub const OLD_PTY_BINARY_NAMES: &[&str] = &["qterm"];
29+
pub const OLD_PRODUCT_NAME: &str = "CodeWhisperer";
30+
pub const OLD_CLI_BINARY_NAMES: &[&str] = &["cw"];
31+
pub const OLD_PTY_BINARY_NAMES: &[&str] = &["cwterm"];
3232

3333
pub const GITHUB_REPO_NAME: &str = "aws/amazon-q-developer-cli";
3434

0 commit comments

Comments
 (0)