Skip to content

Commit

Permalink
show better message when publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Nov 10, 2023
1 parent f419e3a commit aba084b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/commands/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ pub async fn publish(
}

if num_published == 0 {
println!("Nothing to publish");
println!("Updated package properties");
}

Ok(())
Expand Down

0 comments on commit aba084b

Please sign in to comment.