diff --git a/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml b/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml index 8da1ef0cca..cba0cd8373 100644 --- a/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml +++ b/plugins/techdocs-node/src/stages/generate/__fixtures__/mkdocs_with_env_tag.yml @@ -1 +1 @@ -site_name: !ENV [SITE_NAME, OTHER_NAME, 'My default site name'] \ No newline at end of file +site_name: !ENV [SITE_NAME, OTHER_NAME, 'My default site name']