From 57032af3564d5521a86f331704161664221b0c64 Mon Sep 17 00:00:00 2001 From: Darko Poljak Date: Wed, 8 Mar 2017 19:16:23 +0100 Subject: [PATCH] Fix code-block argument missing. --- cdist/conf/type/__postgres_extension/man.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cdist/conf/type/__postgres_extension/man.rst b/cdist/conf/type/__postgres_extension/man.rst index ead51c83..79645b2b 100644 --- a/cdist/conf/type/__postgres_extension/man.rst +++ b/cdist/conf/type/__postgres_extension/man.rst @@ -14,13 +14,13 @@ The object you need to pass to __postgres_extension consists of the database name and the extension name joined by a colon in the following form: -.. code-block:: +.. code-block:: sh dbname:extension f.ex. -.. code-block:: +.. code-block:: sh rails_test:unaccent