From e854f79f81a334a52f7ef3eb0b1c17fe545531ed Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 3 Oct 2016 17:57:24 -0400 Subject: [PATCH] Fix cwd --- scripts/api-update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/api-update.sh b/scripts/api-update.sh index c35c0e29..3d374f3d 100755 --- a/scripts/api-update.sh +++ b/scripts/api-update.sh @@ -41,6 +41,7 @@ for fn in `find . | grep md`; do done # Do any one-off replacements +cd ../.. sed -i -- 's/primitives#)/primitives#section)/g' docs/API.md sed -i -- 's/#-heap/#heap/g' docs/API.md