Skip to content

Commit

Permalink
Merge #199
Browse files Browse the repository at this point in the history
199: fix prerelease error description r=ordian a=ordian

fixes #198
  • Loading branch information
bors[bot] committed Feb 11, 2018
2 parents 1eca511 + c5524fb commit c582f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ error_chain!{
NoVersionsAvailable {
description("No available versions exist. Either all were yanked \
or only prerelease versions exist. Trying with the \
--fetch-prereleases flag might solve the issue."
--allow-prerelease flag might solve the issue."
)
}
/// Unable to parse external Cargo.toml
Expand Down

0 comments on commit c582f30

Please sign in to comment.