about summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T20·37+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T20·37+0000
commit8de5d093d8e35b2492c81015dcfcb052d2718614 (patch)
treef4bb5763a39c7059537fc7877e3c0ac15a4d8f69 /bin
parent03bfe08e1dd9faf48b06cb146bfa446575cde88a (diff)
refactor: Fix a variety of filepaths for repo relayouting r/238
This fixes readTree and the various project builds, as well
as (hopefully) most documentation links inside of the projects.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/__dispatch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index f12d6ed368..d502a9dfaf 100755
--- a/bin/__dispatch.sh
+++ b/bin/__dispatch.sh
@@ -23,7 +23,7 @@ case "${TARGET_TOOL}" in
     attr="third_party.stern"
     ;;
   kms_pass)
-    attr="tools.kms_pass"
+    attr="ops.kms_pass"
     TARGET_TOOL="pass"
     ;;
   aoc2019)