From f204f854980a17d0fc89b6d1a2753bb19dcab478 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 11 Dec 2020 12:43:04 +0100 Subject: Rename for consistency: deny_images -> denied_images Signed-off-by: Matthias Beyer --- src/commands/dependencies_of.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/dependencies_of.rs') diff --git a/src/commands/dependencies_of.rs b/src/commands/dependencies_of.rs index 9bb2d85..c243c46 100644 --- a/src/commands/dependencies_of.rs +++ b/src/commands/dependencies_of.rs @@ -40,7 +40,7 @@ pub async fn dependencies_of(matches: &ArgMatches, config: &Configuration, repo: print_env: false, print_flags: false, print_allowed_images: false, - print_deny_images: false, + print_denied_images: false, print_phases: false, print_script: false, script_line_numbers: false, -- cgit v1.2.3