From b31e9fe802a5b8771a476e5800945bedc953a8ac Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 3 May 2024 03:14:06 +0100 Subject: [PATCH] Fix role/recipe typo --- roles/birthday20.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/birthday20.rb b/roles/birthday20.rb index ea83dc13b..959366360 100644 --- a/roles/birthday20.rb +++ b/roles/birthday20.rb @@ -15,5 +15,5 @@ default_attributes( # FIXME: Disable while site under development run_list( - "recipe[blog::birthday20]" + "recipe[blog::birthday]" ) -- 2.45.2