diff options
author | Levi Lewis <levilewis@fit.edu> | 2014-04-07 13:11:44 -0400 |
---|---|---|
committer | Levi Lewis <levilewis@fit.edu> | 2014-04-07 13:11:44 -0400 |
commit | 7fe189907ecdaf0625ab21db25b19a643d741f73 (patch) | |
tree | 900a1147459470e22b33a75a081ea5c48964cb8c /bin/build.js | |
parent | 9d541a0a4dcab738591375477c908534e9d25974 (diff) | |
download | gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.zip gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.tar.gz gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.tar.bz2 |
Fixes --githubHost option for use with Github Enterprise.
Diffstat (limited to 'bin/build.js')
-rw-r--r-- | bin/build.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/build.js b/bin/build.js index 6050b88..4f7429a 100644 --- a/bin/build.js +++ b/bin/build.js @@ -42,6 +42,7 @@ var buildFunc = function(dir, options) { title: title, description: options.intro, github: githubID, + githubHost: options.githubHost, generator: options.format, theme: options.theme }) |