From cb11e978e7864c05a34adad65d0011a31bebf363 Mon Sep 17 00:00:00 2001 From: Marco Dalla Santa Date: Thu, 9 Sep 2021 01:23:51 +0200 Subject: [PATCH] fix(CI): missing spacing with pass --- with_pass.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/with_pass.sh b/with_pass.sh index e6448b0..22a951a 100644 --- a/with_pass.sh +++ b/with_pass.sh @@ -4,8 +4,8 @@ if [ ! -z "$PRE_UPLOAD" ]; then echo "👌 Executing pre-upload script..." && sshpass -p ${PASSWORD} ssh ${INPUT_SSH_OPTIONS} ${INPUT_USER}@${INPUT_HOST} "$INPUT_PRE_UPLOAD && exit" && echo "✅ Executed pre-upload script" - } || {  - echo "😢 Something went wrong during pre-upload script" && exit 1  + } || { + echo "😢 Something went wrong during pre-upload script" && exit 1 } fi