From d78cfd59c35ceb1392343f99109ed3b1869fd92c Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Wed, 22 Jul 2020 09:13:51 +0100 Subject: [PATCH] Fix fancy quotes for useful ones Note to self: Don't copy-n-paste --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 858467453..47c12960e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -187,7 +187,7 @@ commands: name: if cache exists exit command: | FILE=/Users/distiller/project/ios/build/Build/Products/Release-iphonesimulator/RocketChatRN.app - if [ -e “$FILE” ]; then + if [ -e "$FILE" ]; then echo "App restored from cache. Halting build." circleci step halt else