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