From dd4009d06b28342f2f7c3d82a9306337dbd0a7c4 Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 8 May 2015 20:46:48 +0800 Subject: [PATCH] Typo --- bin/gh-pages | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), {