Shellcheck double quote env variable
Signed-off-by: John McBride <jpmmcbride@gmail.com>pull/1490/head
parent
6c01792cba
commit
afae3f8d25
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue