diff --git a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh
index a15e808..a8b5e02 100755
--- a/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh
+++ b/Scripts/Bash/Functions/Render/Svg/svg_convertGplToHex.sh
@@ -56,6 +56,6 @@ function svg_convertGplToHex {
         > $PALETTE_HEX
 
     # Verify HEX palette existence.
-    cli_checkFiles $PALETTE_HEX
+    cli_checkFiles -e $PALETTE_HEX
 
 }