From ae351b299c5f56e9ac59c3c3a6e39350489c583a Mon Sep 17 00:00:00 2001 From: Ian Driver Date: Sat, 22 Jun 2019 22:11:40 +0100 Subject: [PATCH] README.md typo Fix typo in readme: deploy_hooks_commands -> deploy_hook_commands --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11374a71..44901af7 100644 --- a/README.md +++ b/README.md @@ -305,7 +305,7 @@ letsencrypt::certonly { 'foo': domains => ['foo.example.com', 'bar.example.com'], pre_hook_commands => ['...'], post_hook_commands => ['...'], - deploy_hooks_commands => ['...'], + deploy_hook_commands => ['...'], } ```