summaryrefslogtreecommitdiff
path: root/ios
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-09-04 09:16:22 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-09-04 09:16:26 -0700
commit2d6913da6d028dd76ca0ac049a9289636a1fcfc9 (patch)
treeea4b6b59c975d127eb69749c28649209e6313cde /ios
parent163022f9a3171ab284595f5dd6d85afd93776e6e (diff)
downloadqtlocation-mapboxgl-2d6913da6d028dd76ca0ac049a9289636a1fcfc9.tar.gz
fix README path
Diffstat (limited to 'ios')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 9af3368c11..b6270e7773 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -14,7 +14,7 @@ echo
rm -rf /tmp/mbgl
mkdir -p /tmp/mbgl/
README=/tmp/mbgl/GL-README.md
-cat ../README.md > ${README}
+cat ./pod-README.md > ${README}
echo >> ${README}
echo -n "#" >> ${README}
cat ../../CHANGELOG.md >> ${README}