diff --git a/Scripts/Bash/Cli/Functions/Identity/identity_renderBase.sh b/Scripts/Bash/Cli/Functions/Identity/identity_renderBase.sh index 46c1af2..5dfe729 100755 --- a/Scripts/Bash/Cli/Functions/Identity/identity_renderBase.sh +++ b/Scripts/Bash/Cli/Functions/Identity/identity_renderBase.sh @@ -64,7 +64,7 @@ function identity_renderBase { done # Set action preamble. - cli_printActionPreamble "${FILES[@]}" '' '' + cli_printActionPreamble "${FILES[*]}" '' '' # Reset common directory counter. COUNT=0