From 7c3ef7083cbb2ed2adefe2e4f2d7cef29b13750c Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 7 Jun 2022 10:43:33 +0000 Subject: fix(tools/checks): Minor typo fix Change-Id: I5cfd6223a3bd0bb4cc650b53af36193185354062 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5859 Reviewed-by: tazjin Autosubmit: tazjin Tested-by: BuildkiteCI --- tools/checks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/checks/default.nix b/tools/checks/default.nix index 618405d3ae..89e4b809bc 100644 --- a/tools/checks/default.nix +++ b/tools/checks/default.nix @@ -14,7 +14,7 @@ in { # Environment name to use (inconsequential, only for drv name) name ? "main" - , # Terraform package to use. Should be pre-onfigured with the + , # Terraform package to use. Should be pre-configured with the # correct providers. terraform ? pkgs.terraform , # Source path for Terraform configuration. Be careful about -- cgit 1.4.1