diff --git a/bin/yashchiki_deploy_container.sh b/bin/yashchiki_deploy_container.sh
index 51de53f24c67282af6e4945172726530c7c8460f..54c5011f1147e5d5c5ee549eb20c0f0de190bf85 100755
--- a/bin/yashchiki_deploy_container.sh
+++ b/bin/yashchiki_deploy_container.sh
@@ -7,7 +7,7 @@ shopt -s inherit_errexit
 #       Think twice before adding any output!
 
 ROOT_DIR="$(dirname "$(dirname "$(readlink -m "${BASH_SOURCE[0]}")")")"
-source "${ROOT_DIR}/lib/yashchiki/commons.sh"
+source "${ROOT_DIR}/lib/yashchiki/get_change_name.sh"
 
 INSTALL_DIR="/containers/${CONTAINER_BUILD_TYPE}"
 FALLBACK_DIR="${HOME}/container_mount_full"