Fix fancy quotes for useful ones

Note to self: Don't copy-n-paste
This commit is contained in:
Dan Caseley 2020-07-22 09:13:51 +01:00 committed by GitHub
parent 0e5389539c
commit d78cfd59c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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