Shellcheck double quote env variable

Signed-off-by: John McBride <jpmmcbride@gmail.com>
pull/1490/head
John McBride 2020-02-14 14:36:03 -07:00
parent 6c01792cba
commit afae3f8d25
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@
# gocomplete -install # gocomplete -install
if _command_exists gocomplete && _command_exists go ; then if _command_exists gocomplete && _command_exists go ; then
complete -C ${GOBIN}/gocomplete go complete -C "${GOBIN}"/gocomplete go
fi fi