Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRodriguesF committed Jul 31, 2024
1 parent c9ef7a5 commit 75e53f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ pub fn switch(ctx: &mut Ctx, mut args: SwitchArgs) {
let handle = EndpointHandle::from(handle);

if !handle.exists(ctx) {
eprint!("Handle {} doesn't exist", handle.handle().red(),);
eprint!("Handle {} doesn't exist. ", handle.handle().red(),);

if ctx.confirm("Do you wish to create it?") {
return create(
Expand Down

0 comments on commit 75e53f0

Please sign in to comment.