From c075fc35e7b7db4c89dcb7a665ea5f9452760e10 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 11 Jun 2019 17:16:26 -0700 Subject: [PATCH] Fix release notes typos Fix release notes typos for commit: 9d64c0644c4df403243eb89014d6257827d9d281 "Get jenkins config only with the key exists" Change-Id: I78a567ffae6c5333021dd86e5b2aa8db8c3fc6be Signed-off-by: Jessica Wagantall --- releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml b/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml index 19a7b2a8..049e954c 100644 --- a/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml +++ b/releasenotes/notes/fix-jenkins-config-parser-d9eb6e7068a7906a.yaml @@ -2,11 +2,11 @@ fixes: - | Handle config parser correctly which defaults to "[jenkins]" section - when no server is pased. This fixes the issue with checking if the key + when no server is passed. This fixes the issue with checking if the key exists in the configuration read before reading the key-value. - The issue is reproduceable by running `lftools jenkins plugins --help` or - `tox -e docs`, with the ``jenkins.ini`` file having no "[jenkins]" section. + The issue is reproducible by running `lftools jenkins plugins --help` or + `tox -e docs`, with ``jenkins.ini`` missing the "[jenkins]" section. .. code-block: none -- 2.16.6