fix publish message

This commit is contained in:
collin 2020-08-18 23:02:47 -07:00
parent c3a89764bf
commit b00edea686

View File

@ -118,7 +118,7 @@ impl CLI for PublishCommand {
// If not logged in, then try logging in using JWT.
Err(_error) => {
log::warn!("You should be logged before publish the package");
log::warn!("You should be logged in before attempting to publish a package");
log::info!("Trying to log in using JWT...");
let options = (None, None, None);