diff options
Diffstat (limited to 'bin/__dispatch.sh')
-rwxr-xr-x | bin/__dispatch.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh index ffb4605fd4a8..d9c2e7ee35c3 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -32,6 +32,12 @@ case "${TARGET_TOOL}" in rink) attr="third_party.rink" ;; + age) + attr="third_party.age" + ;; + age-keygen) + attr="third_party.age" + ;; *) echo "The tool '${TARGET_TOOL}' is currently not installed in this repository." exit 1 |