Skip to content

Commit

Permalink
fix: fixes yaml build for 2x base
Browse files Browse the repository at this point in the history
  • Loading branch information
kbknapp committed Jan 28, 2016
1 parent 31a9b49 commit adceae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args/group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl<'a> ArgGroup<'a> {
a
}
"arg" => {
if let Some(ys) = v.as_str().unwrap() {
if let Some(ys) = v.as_str() {
a = a.arg(ys);
}
a
Expand Down

0 comments on commit adceae6

Please sign in to comment.