From 2d6913da6d028dd76ca0ac049a9289636a1fcfc9 Mon Sep 17 00:00:00 2001 From: "Justin R. Miller" Date: Fri, 4 Sep 2015 09:16:22 -0700 Subject: fix README path --- ios/docs/install_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ios/docs/install_docs.sh') 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} -- cgit v1.2.1