mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2025-02-17 16:10:17 -05:00
Typo
This commit is contained in:
parent
28784b8db7
commit
dd4009d06b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ program
|
|||
.option('-s, --src <src>',
|
||||
'pattern used to select which files should be published', '**/*')
|
||||
.option('-b, --branch <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), {
|
||||
|
|
Loading…
Reference in a new issue