From b452360661dcef2e7d8c3063bcc6963887a65fd1 Mon Sep 17 00:00:00 2001 From: Alexey Rogachevskiy Date: Tue, 11 Aug 2020 23:24:09 +0300 Subject: [PATCH] build: Fix syntax --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index ec14b04..1f2365c 100755 --- a/build.sh +++ b/build.sh @@ -33,6 +33,6 @@ mv ./output-virtualbox-ovf/clover-devel.ova ./output-virtualbox-ovf/${VM_NAME} echo "--- All done!" -if [ "${CI}" == "true"]; then +if [ "${CI}" == "true" ]; then echo "Deploying to https://clovervm.ams3.digitaloceanspaces.com/${VM_NAME}" fi