Skip to content

Commit aba084b

Browse files
committed
show better message when publishing
1 parent f419e3a commit aba084b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/commands/publish.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ pub async fn publish(
6666
}
6767

6868
if num_published == 0 {
69-
println!("Nothing to publish");
69+
println!("Updated package properties");
7070
}
7171

7272
Ok(())

0 commit comments

Comments
 (0)