summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-03-04 14:46:32 -0800
committerjmkiley <jordan.kiley@mapbox.com>2019-03-11 12:54:50 -0700
commit65fa8f938652f05c6b4df73bc834cc0549130896 (patch)
tree771d031cdf8335c0ec1e6f4413980a1f9644f022
parentf72876c41e1e851fb8ed6778ac4b3837cfb30fbb (diff)
downloadqtlocation-mapboxgl-65fa8f938652f05c6b4df73bc834cc0549130896.tar.gz
[ios] space
-rwxr-xr-xplatform/ios/scripts/code-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/scripts/code-coverage.sh b/platform/ios/scripts/code-coverage.sh
index 9a9cc90fd1..6bdddf625c 100755
--- a/platform/ios/scripts/code-coverage.sh
+++ b/platform/ios/scripts/code-coverage.sh
@@ -26,7 +26,7 @@ cov=$(printf "%.2f" $(echo "$percentage*100" | bc -l))
# Create a formatted JSON file with the current coverage.
#
current_date=$(TZ=UTC date +"%Y-%m-%d")
-if [ ! -d "%Y-%m-%d"]; then
+if [ ! -d "%Y-%m-%d" ]; then
mkdir -p $current_date;
fi