line 32 need a tab.

This commit is contained in:
Qhan Lin 2018-08-13 16:28:28 +08:00 committed by GitHub
parent 4608b0a8fb
commit a2fe5b1851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ On a Mac, add the following to your `~/.bash_profile`:
```shell
if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion
. $(brew --prefix)/etc/bash_completion
fi
```