Skip to content

Commit

Permalink
fix: beta deprecate clean command
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaro00 committed Oct 7, 2024
1 parent f35ce48 commit 568fa5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cargo-shuttle/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ impl Shuttle {
bail!("This command is discontinued on the NEW platform (shuttle.dev). Use `deployment stop` instead.");
}
if matches!(args.cmd, Command::Clean) {
bail!("This command is not yet implemented on the NEW platform (shuttle.dev).");
bail!("This command is discontinued on the NEW platform (shuttle.dev).");
}
} else if matches!(
args.cmd,
Expand Down

0 comments on commit 568fa5f

Please sign in to comment.