about summary refs log tree commit diff
path: root/bin/__dispatch.sh
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-01-01T15·54+0100
committerVincent Ambo <tazjin@google.com>2020-01-01T15·54+0100
commit886cf09b95cddf587d276be1d614314849611580 (patch)
tree2430170af0071c68a80282299d137026f3803558 /bin/__dispatch.sh
parent27f5eb5f67263c98e927097f8c4523a79ac6cd1f (diff)
feat(bin): Add link to 'age' tool from third_party.age r/325
Diffstat (limited to 'bin/__dispatch.sh')
-rwxr-xr-xbin/__dispatch.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/__dispatch.sh b/bin/__dispatch.sh
index ffb4605fd4..d9c2e7ee35 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