Skip to content

Commit

Permalink
Auto merge of #1808 - Gankro:msg, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jul 17, 2015
2 parents a568977 + a3a01db commit 6919fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/ops/registry.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ pub fn modify_owners(config: &Config, opts: &OwnersOptions) -> CargoResult<()> {
try!(config.shell().status("Owner", format!("removing `{:?}` from `{}`",
v, name)));
try!(registry.remove_owners(&name, &v).map_err(|e| {
human(format!("failed to add owners: {}", e))
human(format!("failed to remove owners: {}", e))
}));
}
None => {}
Expand Down

0 comments on commit 6919fbf

Please sign in to comment.