From e3a500ca506e5a71efdabd51ded297a044ed928a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Mon, 16 Nov 2020 10:48:02 +0100 Subject: [PATCH] Fix typo in configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index e89dc6ee..7e76b187 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -420,7 +420,7 @@ Options **createrepo_checksum** (*str*) -- specify checksum type for createrepo; expected values: - ``sha512``, ``sha256``, ``sha``. Defaults to ``sha256``. + ``sha512``, ``sha256``, ``sha1``. Defaults to ``sha256``. **createrepo_c** = True (*bool*) -- use createrepo_c (True) or legacy createrepo (False)