1
0
mirror of https://github.com/deployphp/deployer.git synced 2025-02-22 16:27:39 +01:00
This commit is contained in:
Van0SS 2022-03-18 03:11:31 -04:00 committed by GitHub
parent 16a6913977
commit 472e73b9ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)"
```
:::