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
1 changed files with 1 additions and 1 deletions

2
build
View File

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