Merge pull request #7210 from qhan1028/patch-1

line 32 need a tab.
This commit is contained in:
Anne Henmi 2018-09-24 15:57:19 -06:00 committed by GitHub
commit 47a0fb1509
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 ```shell
if [ -f $(brew --prefix)/etc/bash_completion ]; then if [ -f $(brew --prefix)/etc/bash_completion ]; then
. $(brew --prefix)/etc/bash_completion . $(brew --prefix)/etc/bash_completion
fi fi
``` ```