Shellcheck double quote env variable
Signed-off-by: John McBride <jpmmcbride@gmail.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user