From 8de5d093d8e35b2492c81015dcfcb052d2718614 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 20 Dec 2019 20:37:02 +0000 Subject: refactor: Fix a variety of filepaths for repo relayouting This fixes readTree and the various project builds, as well as (hopefully) most documentation links inside of the projects. --- bin/__dispatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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) -- cgit 1.4.1