From 433349e1c263660909f46cc05988d0dc69ecc419 Mon Sep 17 00:00:00 2001 From: Christian Berendt Date: Wed, 20 Dec 2023 10:57:19 +0100 Subject: [PATCH] Fix debug output (#1907) Related to 18e1fb66a38f6d6e68c9d59c90e5994caa0c2a00 Signed-off-by: Christian Berendt --- scripts/000-pull-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/000-pull-images.sh b/scripts/000-pull-images.sh index fe1de824b..ae24f77b7 100755 --- a/scripts/000-pull-images.sh +++ b/scripts/000-pull-images.sh @@ -27,6 +27,6 @@ redis ) for kolla_service in ${kolla_services[*]}; do - echo "+ osism apply --no-wait -a pull $kolla_service" + echo "+ osism apply -a pull $kolla_service" osism apply -a pull $kolla_service done