diff --git a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh
index a327d9b..d4d9a1c 100755
--- a/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh
+++ b/Scripts/Bash/Functions/Render/Svg/svg_groupBy.sh
@@ -51,7 +51,7 @@ function svg_groupBy {
         TARGET=$(dirname "$FILE")/$(cli_getRepoName $FORMAT -d)
 
         # Check existence of source file.
-        cli_checkFiles $SOURCE
+        cli_checkFiles -e $SOURCE
 
         # Check existence of target directory.
         if [[ ! -d $TARGET ]];then