summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Early <alexander.early@gmail.com>2018-04-14 22:56:16 -0700
committerGitHub <noreply@github.com>2018-04-14 22:56:16 -0700
commitb321714e56faed526148342fb75d568f330fe2d0 (patch)
tree84eb38ec38c355a3b067f840302842e5af343d2c
parent3235c8f5f67ff38b85ce6f9664053d0b1897ff3b (diff)
parent10ef57caef7b7c273edcd1e028aa698faf57252e (diff)
downloadasync-b321714e56faed526148342fb75d568f330fe2d0.tar.gz
Merge pull request #1527 from Qw-in/patch-1
Typo in makefile comment
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 770ed1b..8880e02 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