Fix fancy quotes for useful ones
Note to self: Don't copy-n-paste
This commit is contained in:
parent
0e5389539c
commit
d78cfd59c3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue