summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-04-29 17:02:58 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-04-29 17:02:58 -0700
commitc9e691eb9a47b7ab3918e12f4f8122ba704a7078 (patch)
tree57f02612123e73d11f9985275c177599579376a4
parentdde13faa7318f236b3aa2dcadd2482dc0fec0138 (diff)
downloadqtlocation-mapboxgl-c9e691eb9a47b7ab3918e12f4f8122ba704a7078.tar.gz
[ios] git log
-rwxr-xr-xscripts/code-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/code-coverage.sh b/scripts/code-coverage.sh
index 98a4774a96..521e4d2331 100755
--- a/scripts/code-coverage.sh
+++ b/scripts/code-coverage.sh
@@ -22,7 +22,7 @@ if [[ $CIRCLE_SHA1 ]]; then
circle_sha="$CIRCLE_SHA1"
fi
-commit_message=git log --pretty=%s -n 1
+commit_message=$(git log --pretty=%s -n 1)
echo $commit_message
# Create a formatted JSON file that contains the current coverage.
current_date=$(TZ=UTC date +"%FT%T%z")