diff options
author | Vincent Ambo <mail@tazj.in> | 2022-06-07T10·43+0000 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-06-07T10·46+0000 |
commit | 7c3ef7083cbb2ed2adefe2e4f2d7cef29b13750c (patch) | |
tree | f974ac659a4cb32017d26e222364abe024207ba4 /tools/checks/default.nix | |
parent | d8583088b868b97ea58f3763c9c99b3ba552ecea (diff) |
fix(tools/checks): Minor typo fix r/4229
Change-Id: I5cfd6223a3bd0bb4cc650b53af36193185354062 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5859 Reviewed-by: tazjin <tazjin@tvl.su> Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'tools/checks/default.nix')
-rw-r--r-- | tools/checks/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checks/default.nix b/tools/checks/default.nix index 618405d3ae67..89e4b809bc3f 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 |