From 7af43e2eddf9717238a202e0a9aff661a87336a1 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 3 Feb 2024 01:58:42 +0300 Subject: [PATCH] Name : Throw a skip on archive instead of a warn. --- .config/bash/module/Name.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/bash/module/Name.sh b/.config/bash/module/Name.sh index e655d12..d05943f 100644 --- a/.config/bash/module/Name.sh +++ b/.config/bash/module/Name.sh @@ -8,7 +8,7 @@ function name() { process() { # Skip archive. if $(_is_archive ${target}); then - _warn "File is an archive, skip." + _iterate_skip "File is an archive, skip." return 0 fi @@ -49,7 +49,7 @@ function name_parse() { process() { # Skip archive. if $(_is_archive ${target}); then - _warn "File is an archive, skip." + _iterate_skip "File is an archive, skip." return 0 fi