From 94348a87390b1f0cff1d1e8e071f1d21db902146 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 23 Jul 2024 15:22:07 -0500 Subject: [PATCH] fix(ci): Lefthook config typo. Update management token variable name in env.test.example --- lefthook.yml | 2 +- test/env.test.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lefthook.yml b/lefthook.yml index e3aea75ba..bcf27775f 100644 --- a/lefthook.yml +++ b/lefthook.yml @@ -13,7 +13,7 @@ pre-commit: tags: lint v2 glob: "content/influxdb/cloud/**/*.md" run: '.ci/vale/vale.sh - -config=.vale.ini + --config=.vale.ini --minAlertLevel=error {staged_files}' cloud-dedicated-lint: tags: lint v3 diff --git a/test/env.test.example b/test/env.test.example index 7faf61dd3..3362d9921 100644 --- a/test/env.test.example +++ b/test/env.test.example @@ -7,4 +7,4 @@ INFLUX_HOSTNAME= INFLUX_DATABASE=myname-test-dedicated INFLUX_USER_NAME= INFLUX_RETENTION_POLICY=test-autogen -MANAGEMENT_TOKEN= \ No newline at end of file +INFLUX_MANAGEMENT_TOKEN= \ No newline at end of file