summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
Diffstat (limited to 'cli')
-rw-r--r--cli/tools/registry/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tools/registry/mod.rs b/cli/tools/registry/mod.rs
index 1a7a78131..51aeb1221 100644
--- a/cli/tools/registry/mod.rs
+++ b/cli/tools/registry/mod.rs
@@ -165,7 +165,7 @@ pub async fn publish(
log::info!(" {} ({})", file.specifier, human_size(file.size as f64),);
}
}
- log::warn!("{} Aborting due to --dry-run", colors::yellow("Warning"));
+ log::warn!("{} Dry run complete", colors::green("Success"));
return Ok(());
}