diff --git a/Scripts/Functions/Tuneup/tuneup.sh b/Scripts/Functions/Tuneup/tuneup.sh
index f87c4be..916dbd4 100755
--- a/Scripts/Functions/Tuneup/tuneup.sh
+++ b/Scripts/Functions/Tuneup/tuneup.sh
@@ -36,7 +36,7 @@ function tuneup {
 
     # Initialize absolute path to backend's base directory, the place
     # where backend-specific directories are stored in.
-    local TUNEUP_BACKEND_DIR="${FUNCDIR}/${FUNCDIRNAM}/Backends"
+    local TUNEUP_BACKEND_DIR="${FUNCDIR}/${FUNCDIRNAM}"
 
     # Initialize list of supported file extensions. This is, the file
     # extensions we want to perform maintainance tasks for.