From c29fcbdf765e36023985996334ad711f4bc2b6fa Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Fri, 11 Oct 2019 19:35:27 +0200 Subject: Fix typo --- scripts/postbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/postbuild.sh') diff --git a/scripts/postbuild.sh b/scripts/postbuild.sh index 6a0d1df..53a1702 100755 --- a/scripts/postbuild.sh +++ b/scripts/postbuild.sh @@ -2,5 +2,5 @@ mkdir ./dist/api -node ./script/generateApi.js > ./dist/api/posts.json +node ./scripts/generateApi.js > ./dist/api/posts.json -- cgit 1.4.1