Small formatting fix

This commit is contained in:
Starbeamrainbowlabs 2019-04-07 15:34:06 +01:00
parent 3695edc403
commit 203cd5700e
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

2
build
View file

@ -306,6 +306,7 @@ task_deploy() {
task_end $?;
task_begin "Uploading release";
# Acquire an exclusive project-wide lock so that we only upload stuff one-at-a-time
@ -336,6 +337,7 @@ SFTPCOMMANDS
task_end $? "Failed to upload release";
task_begin "Cleaning up";
execute rm -r "${temp_dir}";
task_end $?;