From 681a0c47e2172748d023022f35a46a03c1423309 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Wed, 14 Mar 2012 19:40:01 -0400 Subject: [PATCH] Typo fix --- make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.js b/make.js index 84568f778..b89619b32 100755 --- 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.'); }