Skip to content

Commit

Permalink
Fixed #1622
Browse files Browse the repository at this point in the history
  • Loading branch information
sphinxc0re authored Mar 8, 2020
1 parent 19c20f7 commit 444bce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ impl<'b, 'c, 'z> Validator<'b, 'c, 'z> {
if v.contains(&name) {
return Err(Error::argument_conflict(
a,
Some(a.to_string()),
Some(name.to_string()),
&*usg,
self.p.app.color(),
));
Expand Down

0 comments on commit 444bce2

Please sign in to comment.