diff --git a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh
index 5edefae..2094229 100755
--- a/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh
+++ b/Scripts/Bash/Functions/Prepare/prepare_updateImages.sh
@@ -43,6 +43,6 @@ function prepare_updateImages {
     # the image preparation process, all images that need to hold
     # branding information will be rendered using The CentOS Brand in
     # it.
-    ${CLI_BASEDIR}/${CLI_NAME}.sh render $DIRS --dont-commit-changes --with-brands
+    ${CLI_BASEDIR}/${CLI_NAME}.sh render $DIRS --with-brands
 
 }