Skip to content

Commit

Permalink
Update src/main.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Jake Deichert <[email protected]>
  • Loading branch information
felipesere and jacobdeichert authored Jul 21, 2019
1 parent 2e1a95e commit bb0f803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn build_subcommands<'a, 'b>(
.takes_value(true)
.multiple(false);

cli_app.arg(maskfile)
cli_app.arg(custom_maskfile_path)
}

fn find_command<'a>(matches: &ArgMatches, subcommands: &Vec<Command>) -> Option<Command> {
Expand Down

0 comments on commit bb0f803

Please sign in to comment.