Browse Source

Merge pull request #1338 from arturadib/no-beta

Typo fix
notmasteryet 13 years ago
parent
commit
f79ed9c941
  1. 2
      make.js

2
make.js

@ -149,7 +149,7 @@ target.pagesrepo = function() { @@ -149,7 +149,7 @@ target.pagesrepo = function() {
echo();
echo('Cloning project repo...');
echo('(This operation can take a while, depending on network conditions)');
exec('git clone -b gh-pages --depth=1 ' + REPO + ' ' + ßGH_PAGES_DIR,
exec('git clone -b gh-pages --depth=1 ' + REPO + ' ' + GH_PAGES_DIR,
{silent: true});
echo('Done.');
}

Loading…
Cancel
Save