Skip to content

Commit 10ef57c

Browse files
authored
Typo in makefile
1 parent 3235c8f commit 10ef57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ doc:
156156
node support/jsdoc/jsdoc-fix-html.js
157157

158158
publish-doc: doc
159-
git diff-files --quiet # fail if unstanged changes
159+
git diff-files --quiet # fail if unstaged changes
160160
git diff-index --quiet HEAD # fail if uncommited changes
161161
npm run-script jsdoc
162162
gh-pages-deploy

0 commit comments

Comments
 (0)