diff options
author | Vincent Ambo <tazjin@google.com> | 2019-12-14T17·47+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-12-14T17·53+0000 |
commit | c16d9bb9b840fd8956f36cba1b1127704ab79fdb (patch) | |
tree | 593a369e2fe4472e8d27be66bc04175b90332bb9 /tools/bin/__dispatch.sh | |
parent | cbe7b47a9681b6ca1e542c47dc7026b39d27b3cb (diff) |
chore(tools): Add 'rink' r/152
Diffstat (limited to 'tools/bin/__dispatch.sh')
-rwxr-xr-x | tools/bin/__dispatch.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh index d1d54909cbd6..2342b9fd010a 100755 --- a/tools/bin/__dispatch.sh +++ b/tools/bin/__dispatch.sh @@ -28,6 +28,9 @@ case "${TARGET_TOOL}" in aoc2019) attr="tools.aoc2019.${1}" ;; + rink) + attr="third_party.rink" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 |