Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoRodriguesF committed Jul 15, 2024
1 parent 9126bac commit b4e5aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ pub fn switch(ctx: &mut Ctx, args: SwitchArgs) -> QuartzResult {
let env = Env::new(&args.env);

if !env.exists(ctx) {
println!("Environment {} doesn't exit", env.name.red());
println!("Environment {} doesn't exist", env.name.red());
if ctx.confirm("Do you wish to create it?") {
create(
ctx,
Expand Down

0 comments on commit b4e5aff

Please sign in to comment.