diff --git a/Scripts/Functions/Render/render_groupSimilarFiles.sh b/Scripts/Functions/Render/render_groupSimilarFiles.sh index 5fac3d5..a21b5dd 100755 --- a/Scripts/Functions/Render/render_groupSimilarFiles.sh +++ b/Scripts/Functions/Render/render_groupSimilarFiles.sh @@ -50,7 +50,7 @@ function render_groupSimilarFiles { TARGET=$(dirname "$FILE")/$(cli_getRepoName "$FORMAT" 'd') # Check existence of source file. - cli_checkFiles $SOURCE 'f' + cli_checkFiles $SOURCE # Check existence of target directory. if [[ ! -d $TARGET ]];then