From c7659b4f45c52e75c152ac15a1bec1d1e2547515 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 14 Jun 2020 23:01:34 +0100 Subject: feat(bin): Add git-bug to dispatch script Change-Id: Ic60aec36502b5c70256cb688e101d35f15c90183 Reviewed-on: https://cl.tvl.fyi/c/depot/+/346 Reviewed-by: lukegb --- bin/__dispatch.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/__dispatch.sh') diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index dce1cc41cd..0808e1f634 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -44,6 +44,9 @@ case "${TARGET_TOOL}" in ninja) attr="third_party.ninja" ;; + git-bug) + attr="third_party.git-bug" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 -- cgit 1.4.1