From e616f978d045ccbe62eee6403e0d93061982ae23 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 27 Dec 2021 17:17:32 +0300 Subject: feat(ops/secrets): Add tf-keycloak secrets file This file can be sourced (somehow, depending on the user) while working with //ops/keycloak to get the relevant secrets. Change-Id: Ibb3051c4b019f64824964475451c1c3996db6421 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4708 Tested-by: BuildkiteCI Reviewed-by: grfn --- 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 24a04d75cfdc..a6a945ad19b2 100755 --- a/bin/__dispatch.sh +++ b/bin/__dispatch.sh @@ -11,7 +11,7 @@ TARGET_TOOL=$(basename "$0") case "${TARGET_TOOL}" in age) - attr="third_party.nixpkgs-age" + attr="third_party.nixpkgs.age" ;; age-keygen) attr="third_party.nixpkgs.age" -- cgit 1.4.1