diff --git a/distribution.create_cluster.sh b/distribution.create_cluster.sh
index e5bc2e7f7a3afd542f0514b6a8a6b5b236635207..7b58e61c52ea3b48dbd820eee1c5b5bbf99c939a 100644
--- a/distribution.create_cluster.sh
+++ b/distribution.create_cluster.sh
@@ -1,7 +1,8 @@
 #!/bin/bash
 
-SCRIPT_DIR=$(dirname "${BASH_SOURCE[0]}")
-source "${SCRIPT_DIR}/helpers/helm_helpers.sh"
+script_dir=$(dirname "${BASH_SOURCE[0]}")
+echo "SCRIPT_DIR: ${script_dir}"
+source "${script_dir}/helpers/helm_helpers.sh"
 
 k3d cluster create distribution \
     --agents 2 \