Skip to content

Commit 06e58a4

Browse files
committed
change profile set copy
1 parent a8ee9b9 commit 06e58a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/chat-cli/src/cli/user.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ async fn select_profile_interactive(database: &mut Database, telemetry: &Telemet
407407
match selected {
408408
Some(i) => {
409409
let chosen = &profiles[i];
410-
eprintln!("Set profile");
410+
eprintln!("Profile set");
411411
database.set_auth_profile(chosen)?;
412412

413413
if let Some(profile_region) = chosen.arn.split(':').nth(3) {

0 commit comments

Comments
 (0)