Merge pull request #219 from lucapette/patch-1
Fix typo in _jekyll completion
This commit is contained in:
commit
0e553f729e
|
@ -42,7 +42,7 @@ case $state in
|
||||||
"help:Dislplay global or [command] help documentation"
|
"help:Dislplay global or [command] help documentation"
|
||||||
"import:Import your old blog to Jekyll"
|
"import:Import your old blog to Jekyll"
|
||||||
"new:Creates a new Jekyll site scaffold in PATH"
|
"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
|
_describe -t subcommands 'jekyll subcommand' subcommands && ret=0
|
||||||
|
|
Loading…
Reference in New Issue