Skip to content

Commit 9fdd25e

Browse files
committed
Merge pull request #165 from brson/patch
Change a minor status message from 'multirust' to 'rustup'
2 parents d1f9286 + f744108 commit 9fdd25e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/multirust-cli/self_update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ pub fn prepare_update() -> Result<Option<PathBuf>> {
846846

847847
// If up-to-date
848848
if latest_hash == current_hash {
849-
info!("multirust is already up to date");
849+
info!("rustup is up to date");
850850
return Ok(None);
851851
}
852852

tests/cli-self-update.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ fn update_no_change() {
583583
expect_ok_ex(config, &["multirust", "self", "update"],
584584
r"",
585585
r"info: checking for self-updates
586-
info: multirust is already up to date
586+
info: rustup is up to date
587587
");
588588

589589
});

0 commit comments

Comments
 (0)