Fix typo in composer-cli command used in test

This commit is contained in:
Alexander Todorov 2022-11-22 13:54:39 +02:00 committed by Jakub Rusz
parent 7756a801f5
commit ed02075387

View file

@ -83,7 +83,7 @@ EOF
# push and depsolve the blueprint
composer-cli blueprints push blueprint.toml
composer-cli blueprints despsolve bash
composer-cli blueprints depsolve bash
# build a qcow image to verify functionality
composer-cli --json compose start bash qcow2 | tee "$COMPOSE_START"