From 344880dafc8b9ff12ce6c4326ab4b6a18243b90f Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Wed, 14 Apr 2021 16:27:37 -0400 Subject: [PATCH] Fix indentation in tags example --- website/content/docs/concepts/filtering/worker-tags.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/concepts/filtering/worker-tags.mdx b/website/content/docs/concepts/filtering/worker-tags.mdx index 6a30ffe114..dcc325508f 100644 --- a/website/content/docs/concepts/filtering/worker-tags.mdx +++ b/website/content/docs/concepts/filtering/worker-tags.mdx @@ -22,7 +22,7 @@ worker { tags { region = ["us-east-1"] type = ["prod", "webservers"] - } + } } ```