From 17e07df505a8777d7309e35b3c6ebff5b28ba58f Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Mon, 11 Dec 2023 16:38:37 -0500 Subject: [PATCH] Proper indentation Signed-off-by: Ian Maddaus --- content/custom_resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/custom_resources.md b/content/custom_resources.md index f419b636f3..99053f10fa 100644 --- a/content/custom_resources.md +++ b/content/custom_resources.md @@ -81,7 +81,7 @@ The `custom_web` cookbook directory with a custom resource has the structure: └── test └── integration └── default - └── default_test.rb + └── default_test.rb ``` ### Example Resource