Merge remote-tracking branch 'blastrock/go-tools-error'
This commit is contained in:
commit
c8335a6515
|
@ -5,6 +5,12 @@
|
|||
# Needs the following tools in the path:
|
||||
# - jq for json deserializaton
|
||||
|
||||
%sh{
|
||||
if ! jq --version > /dev/null 2>&1; then
|
||||
echo 'echo -debug %{Dependency unmet: jq, please install it to use go-tools}'
|
||||
fi
|
||||
}
|
||||
|
||||
# Auto-completion
|
||||
# ‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user