diff mbox series

examples: Fix install-if-different in swupdate.cfg

Message ID 20220501102131.29736-1-toertel@gmail.com
State Accepted
Headers show
Series examples: Fix install-if-different in swupdate.cfg | expand

Commit Message

Mark Jonas May 1, 2022, 10:21 a.m. UTC
From: Mark Jonas <toertel@gmail.com>

Reported-by: Jan Vermaete
Signed-off-by: Mark Jonas <toertel@gmail.com>
---
 examples/configuration/swupdate.cfg | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Stefano Babic May 2, 2022, 8:36 a.m. UTC | #1
On 01.05.22 12:21, toertel@gmail.com wrote:
> From: Mark Jonas <toertel@gmail.com>
> 
> Reported-by: Jan Vermaete
> Signed-off-by: Mark Jonas <toertel@gmail.com>
> ---
>   examples/configuration/swupdate.cfg | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/examples/configuration/swupdate.cfg b/examples/configuration/swupdate.cfg
> index 76d0a02..db63110 100644
> --- a/examples/configuration/swupdate.cfg
> +++ b/examples/configuration/swupdate.cfg
> @@ -18,7 +18,7 @@
>   #	 		  enable sending logs to syslog daemon
>   # public-key-file	: string
>   #			  file with public key for
> -#			  image verification
> +#			  image verification
>   # mtd-blacklist		: list integers
>   #			  MTD devices where SWUpdate
>   #			  must not try to check for UBI filesystem.
> @@ -110,7 +110,7 @@ download :
>   
>   #
>   # versions : list of installed artifacts
> -# they are used when installed-if-differently is set
> +# they are used when install-if-different is set
>   versions : (
>   	{
>   		name = "uboot";
> @@ -134,7 +134,7 @@ identify : (
>   	{ name = "swCompatibility"; value = "unknown";}
>   );
>   
> -#
> +#
>   # suricatta section: setup for backend
>   #
>   # Currently, they refer to the Hawkbit agent.

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/examples/configuration/swupdate.cfg b/examples/configuration/swupdate.cfg
index 76d0a02..db63110 100644
--- a/examples/configuration/swupdate.cfg
+++ b/examples/configuration/swupdate.cfg
@@ -18,7 +18,7 @@ 
 #	 		  enable sending logs to syslog daemon
 # public-key-file	: string
 #			  file with public key for
-#			  image verification 
+#			  image verification
 # mtd-blacklist		: list integers
 #			  MTD devices where SWUpdate
 #			  must not try to check for UBI filesystem.
@@ -110,7 +110,7 @@  download :
 
 #
 # versions : list of installed artifacts
-# they are used when installed-if-differently is set
+# they are used when install-if-different is set
 versions : (
 	{
 		name = "uboot";
@@ -134,7 +134,7 @@  identify : (
 	{ name = "swCompatibility"; value = "unknown";}
 );
 
-# 
+#
 # suricatta section: setup for backend
 #
 # Currently, they refer to the Hawkbit agent.