diff --git a/bin/gh-pages b/bin/gh-pages index cd525bb..2e6586e 100755 --- a/bin/gh-pages +++ b/bin/gh-pages @@ -11,7 +11,7 @@ program .option('-s, --src ', 'pattern used to select which files should be published', '**/*') .option('-b, --branch ', - 'name of the branch you\'ll be pushing to', 'gh-page') + 'name of the branch you\'ll be pushing to', 'gh-pages') .parse(process.argv); ghpages.publish(path.join(process.cwd(), program.dist), {