about summary refs log tree commit diff
path: root/tools
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-08-16T15·50+0100
committerVincent Ambo <tazjin@google.com>2019-08-16T15·50+0100
commit27036e18f5b8aa9c15da52dfd6906670977f4183 (patch)
tree5f45923b274a54525e1277b810789194c0b5d467 /tools
parentb652ea2f036b6377addc04481162d889fac39450 (diff)
feat(tools): Add kontemplate r/34
Diffstat (limited to 'tools')
-rwxr-xr-xtools/bin/__dispatch.sh3
l---------tools/bin/kontemplate1
2 files changed, 4 insertions, 0 deletions
diff --git a/tools/bin/__dispatch.sh b/tools/bin/__dispatch.sh
index b0bbbf984b..bb61c47769 100755
--- a/tools/bin/__dispatch.sh
+++ b/tools/bin/__dispatch.sh
@@ -19,6 +19,9 @@ case "${TARGET_TOOL}" in
   terraform)
     attr="terraform-gcp"
     ;;
+  kontemplate)
+    attr="kontemplate"
+    ;;
   *)
     echo "The tool '${TARGET_TOOL}' is currently not installed in this repository."
     exit 1
diff --git a/tools/bin/kontemplate b/tools/bin/kontemplate
new file mode 120000
index 0000000000..8390ec9c96
--- /dev/null
+++ b/tools/bin/kontemplate
@@ -0,0 +1 @@
+__dispatch.sh
\ No newline at end of file