diff --git a/quickstart/bin/re-render.sh b/quickstart/bin/re-render.sh index e7854afc51..b56b881181 100755 --- a/quickstart/bin/re-render.sh +++ b/quickstart/bin/re-render.sh @@ -10,7 +10,7 @@ pushd ${REPO_ROOT}/quickstart ytt -f vendir > vendir.yml vendir sync -ytt -f ./docker-compose.tmpl.yml -f ${GALOY_ROOT_DIR}/docker-compose.yml -f ${GALOY_ROOT_DIR}/docker-compose.override.yml > docker-compose.yml +ytt -f ./docker-compose.tmpl.yml -f ${GALOY_ROOT_DIR}/docker-compose.yml > docker-compose.yml pushd ${GALOY_ROOT_DIR} source .env