diff options
author | Justin R. Miller <incanus@codesorcery.net> | 2015-06-19 15:53:58 -0700 |
---|---|---|
committer | Justin R. Miller <incanus@codesorcery.net> | 2015-06-19 15:53:58 -0700 |
commit | cfa0890d821b1d60b32f957931ffde2abc25c664 (patch) | |
tree | b94001016173a6298679590073bfe292231b4daa /ios/docs | |
parent | 18d8d4475e9911086b52b1ca44dcbfab1f3a1bb6 (diff) | |
download | qtlocation-mapboxgl-cfa0890d821b1d60b32f957931ffde2abc25c664.tar.gz |
Screenshot II: The Return of Screenshot
Diffstat (limited to 'ios/docs')
-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 153d4e2093..eea974985e 100755 --- a/ios/docs/install_docs.sh +++ b/ios/docs/install_docs.sh @@ -12,7 +12,7 @@ echo "Creating new docs for ${VERSION}..." echo README="/tmp/GL-README.md" -cat ../README.md | grep -v screenshot > ${README} +cat ../README.md > ${README} echo >> ${README} echo -n "#" >> ${README} cat ../../CHANGELOG.md >> ${README} |