about summary refs log tree commit diff
path: root/tools/bin/__dispatch.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bin/__dispatch.sh')
-rwxr-xr-xtools/bin/__dispatch.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh
index 25fb621c01..09b404f3b3 100755
--- a/tools/bin/__dispatch.sh
+++ b/tools/bin/__dispatch.sh
@@ -10,9 +10,6 @@ readonly REPO_ROOT=$(git rev-parse --show-toplevel)
 readonly TARGET_TOOL=$(basename $0)
 
 case "${TARGET_TOOL}" in
-  git-appraise)
-    attr="thirdParty.gitAppraise"
-    ;;
   terraform)
     attr="terraform-gcp"
     ;;