]> git.parisson.com Git - pdf.js.git/commitdiff
Typo fix
authorArtur Adib <arturadib@gmail.com>
Wed, 14 Mar 2012 23:40:01 +0000 (19:40 -0400)
committerArtur Adib <arturadib@gmail.com>
Wed, 14 Mar 2012 23:40:01 +0000 (19:40 -0400)
make.js

diff --git a/make.js b/make.js
index 84568f7784288222c906c4e5dc41e2e259ad4fea..b89619b321e9d84d3dcc6b598670a6cb9577bde7 100755 (executable)
--- a/make.js
+++ b/make.js
@@ -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.');
   }