Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
pradovic committed Oct 27, 2019
1 parent e25a3d2 commit c65ca93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/publish/route.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn create(user: &GlobalUser, target: &Target, route: &Route) -> Result<(), failu
let msg;
if res.status().as_u16() == 10020 {
msg = format!(
"{} There is a worker with a different name on the {} route.\n",
"{} There was an error creating your route. Worker with a different name was found on {} route.\n",
emoji::WARN,
serde_json::to_string(&route)?
);
Expand Down

0 comments on commit c65ca93

Please sign in to comment.