diff options
Diffstat (limited to 'bin/build.js')
-rw-r--r-- | bin/build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.js b/bin/build.js index 3059dde..53593cb 100644 --- a/bin/build.js +++ b/bin/build.js @@ -33,7 +33,7 @@ var makeBuildFunc = function(converter) { github: options.github || repoID, githubHost: options.githubHost, generator: options.format, - theme: options.theme + plugins: options.plugins }) ); }) |