Skip to content

Commit

Permalink
Fix debug output (#1907)
Browse files Browse the repository at this point in the history
Related to 18e1fb6

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Dec 20, 2023
1 parent f42a54a commit 433349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/000-pull-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 433349e

Please sign in to comment.