From 10ef57caef7b7c273edcd1e028aa698faf57252e Mon Sep 17 00:00:00 2001 From: Quinn Blenkinsop Date: Sat, 14 Apr 2018 21:51:27 -0700 Subject: [PATCH] Typo in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 770ed1b59..8880e026b 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ doc: node support/jsdoc/jsdoc-fix-html.js publish-doc: doc - git diff-files --quiet # fail if unstanged changes + git diff-files --quiet # fail if unstaged changes git diff-index --quiet HEAD # fail if uncommited changes npm run-script jsdoc gh-pages-deploy