Merge pull request #219 from lucapette/patch-1

Fix typo in _jekyll completion
This commit is contained in:
Mario Fernández 2014-04-12 13:09:52 +02:00
commit 0e553f729e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ case $state in
"help:Dislplay global or [command] help documentation"
"import:Import your old blog to Jekyll"
"new:Creates a new Jekyll site scaffold in PATH"
"serve:Serve your stie locally"
"serve:Serve your site locally"
)
_describe -t subcommands 'jekyll subcommand' subcommands && ret=0