diff --git a/docs/installation.md b/docs/installation.md index dba049ee..7eebc8c8 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -16,7 +16,7 @@ Deployer comes with autocomplete support for task names, options, and hosts. Add the following to your `~/.bashrc` or `~/.zshrc`: ``` -eval "$(dep autocomplete --install) +eval "$(dep autocomplete --install)" ``` :::