From a591eeebce7c64f0168619c330077e2b502cfc53 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Fri, 3 Nov 2023 08:16:04 +0100 Subject: [PATCH] confd: fix description whitespace in native model No logical change, keeping modification date and revision. We may be stricted in the future with this. Signed-off-by: Joachim Wiberg --- src/confd/yang/infix-system-software@2023-06-27.yang | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/confd/yang/infix-system-software@2023-06-27.yang b/src/confd/yang/infix-system-software@2023-06-27.yang index 7ceac005..35a21ebc 100644 --- a/src/confd/yang/infix-system-software@2023-06-27.yang +++ b/src/confd/yang/infix-system-software@2023-06-27.yang @@ -192,10 +192,9 @@ submodule infix-system-software { type string; mandatory true; description - "The location of the software bundle, specified as a Uniform - Resource Locator (URL). - - Supported protocols include FTP, HTTP(S) and SCP."; + "The location of the software bundle, specified as a Uniform + Resource Locator (URL). Currently supported protocols include + FTP, HTTP(S) and SCP."; } } }