build: Fix typo

This commit is contained in:
Starbeamrainbowlabs 2019-04-12 22:53:06 +01:00
parent 22807fcf92
commit 4820916d8e
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
build
View file

@ -281,7 +281,7 @@ task_ci() {
task_archive() { task_archive() {
task_begin "Preparing to archive"; task_begin "Preparing to archive";
archive mv vendor vendor.bak; execute mv vendor vendor.bak;
execute "${cache_dir}/composer" install --no-dev; execute "${cache_dir}/composer" install --no-dev;
task_end $?; task_end $?;