From a10ddff5358e9b4755e3a0b1218ece795dbcee15 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Thu, 24 Sep 2020 10:55:54 +0200 Subject: [PATCH] README: Fix missing code block termination --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae4a46..8326895 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ for example: sshd_match: - Condition: "Group xusers" X11Forwarding: yes - +``` Template Generation -------------------