diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-09-04 09:16:22 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-09-04 09:16:26 -0700 |
commit | 2d6913da6d028dd76ca0ac049a9289636a1fcfc9 (patch) | |
tree | ea4b6b59c975d127eb69749c28649209e6313cde /ios | |
parent | 163022f9a3171ab284595f5dd6d85afd93776e6e (diff) | |
download | qtlocation-mapboxgl-2d6913da6d028dd76ca0ac049a9289636a1fcfc9.tar.gz |
fix README path
Diffstat (limited to 'ios')
-rwxr-xr-x | ios/docs/install_docs.sh | 2 |
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} |