diff --git a/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh b/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh
index 00b8240..132cc0e 100755
--- a/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh
+++ b/Scripts/Functions/Tuneup/Svg/svg_doMetadata.sh
@@ -27,7 +27,7 @@
 function svg_doMetadata {
 
     # Define template file name.
-    local TEMPLATE="${TUNEUP_BACKEND_CONFIG}/metadata.sed"
+    local TEMPLATE="${CONFIG_DIR}/metadata.sed"
 
     # Check template file existence.
     cli_checkFiles $TEMPLATE