mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
build: Fix typo
This commit is contained in:
parent
22807fcf92
commit
4820916d8e
1 changed files with 1 additions and 1 deletions
2
build
2
build
|
@ -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 $?;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue