diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 13:09:42 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 13:09:42 -0700 |
commit | 174ce965d927a8d3bd6b589e5af048243a0197e5 (patch) | |
tree | 50876c7701abd1ad5aac3d744174e30cedc3ce53 /bin/gitbook.js | |
parent | adf20e6a163fec19e22d342e05ee7592a8c43c65 (diff) | |
download | gitbook-174ce965d927a8d3bd6b589e5af048243a0197e5.zip gitbook-174ce965d927a8d3bd6b589e5af048243a0197e5.tar.gz gitbook-174ce965d927a8d3bd6b589e5af048243a0197e5.tar.bz2 |
Fix command build
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index 6248581..e53963c 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -29,7 +29,7 @@ var buildFunc; prog .command('build [source_dir]') .description('Build a gitbook from a directory') -.action(); +.action(buildFunc); prog .command('serve [source_dir]') |