Skip to content

Commit efde6ef

Browse files
committed
improve logging
- Announcing a revocation without doing one is confusing
1 parent 6dbb524 commit efde6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ async fn run_deploy(
226226
if cmd_flags.dry_activate {
227227
info!("dry run, not rolling back");
228228
}
229-
info!("Revoking previous deploys");
230229
if cmd_flags.rollback_succeeded && cmd_settings.auto_rollback.unwrap_or(true) {
230+
info!("Revoking previous deploys");
231231
// revoking all previous deploys
232232
// (adheres to profile configuration if not set explicitely by
233233
// the command line)

0 commit comments

Comments
 (0)