From e9a526957d64764a88fc8bf9487859d4cc32d6c0 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Thu, 17 Apr 2025 23:16:02 +0200 Subject: [PATCH] Fix. --- bookworm/scripts/lib/copy_dirtrees_of_tags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookworm/scripts/lib/copy_dirtrees_of_tags b/bookworm/scripts/lib/copy_dirtrees_of_tags index 8b7fe07..d4b3286 100644 --- a/bookworm/scripts/lib/copy_dirtrees_of_tags +++ b/bookworm/scripts/lib/copy_dirtrees_of_tags @@ -1,4 +1,4 @@ -copy_dirtrees() { +copy_dirtrees_of_tags() { _TAGS="$@" _PATHS_WRITTEN= for _TAG in ${_TAGS}; do -- 2.30.2