diff options
Diffstat (limited to 'crates/mozart/src/commands/update.rs')
| -rw-r--r-- | crates/mozart/src/commands/update.rs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crates/mozart/src/commands/update.rs b/crates/mozart/src/commands/update.rs index 7924eca..7fbec1c 100644 --- a/crates/mozart/src/commands/update.rs +++ b/crates/mozart/src/commands/update.rs @@ -1104,7 +1104,10 @@ pub async fn execute( updated_lock.content_hash = new_hash; updated_lock.write_to_file(&lock_path)?; - console.info(&format!("{} constraint(s) bumped.", bumped)); + console.info(&format!( + "{} has been updated ({bumped} changes).", + composer_json_path.display() + )); } } |
