From 472e73b9eead5d8c72acf1a0c2703c690bd5b6ea Mon Sep 17 00:00:00 2001 From: Van0SS Date: Fri, 18 Mar 2022 03:11:31 -0400 Subject: [PATCH] Fix typo --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" ``` :::