diff --git a/publish-gh-pages.sh b/publish-gh-pages.sh index ee81d48..0065353 100755 --- a/publish-gh-pages.sh +++ b/publish-gh-pages.sh @@ -15,6 +15,6 @@ mv dist/* . git add restricted-input.js git add index.html -git commit -ve -m 'Update test page for restricted-input' +git commit -ve -m 'Update demo page for restricted-input' echo 'You can now `git push` to gh-pages!'