diff --git a/CHANGELOG.md b/CHANGELOG.md index 37cf9752..f7fe2c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,6 @@ # Changelog ## master - CURRENT - -## 3.5.1 - 24/07/2020 ## Modified * Modify dependencies versions pinning to fix the docker images builds diff --git a/pyproject.toml b/pyproject.toml index 5e68d2c4..f50dec3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "poetry.masonry.api" [tool.poetry] name = "dnsrobocert" -version = "3.5.1" +version = "3.5.0" description = "A tool to manage your DNS-challenged TLS certificates" license = "MIT" keywords = [ diff --git a/src/dnsrobocert/core/hooks.py b/src/dnsrobocert/core/hooks.py index c0398440..0c4c0fe9 100644 --- a/src/dnsrobocert/core/hooks.py +++ b/src/dnsrobocert/core/hooks.py @@ -107,7 +107,7 @@ def auth(dnsrobocert_config: Dict[str, Any], lineage: str): break else: print( - f"Wait {sleep_time0} seconds to let all challenges be propagated: {challenges_to_check}" + f"Wait {sleep_time} seconds to let all challenges be propagated: {challenges_to_check}" ) time.sleep(sleep_time) diff --git a/test/goss/goss.yaml b/test/goss/goss.yaml index 2b8f2d2d..ea4dd6a0 100644 --- a/test/goss/goss.yaml +++ b/test/goss/goss.yaml @@ -2,7 +2,6 @@ file: /etc/dnsrobocert/config.yml: exists: true mode: "0644" - size: 12 owner: root group: root filetype: file @@ -10,7 +9,6 @@ file: /usr/bin/dnsrobocert: exists: true mode: "0755" - size: 220 owner: root group: root filetype: file