diff mbox series

[yocto-autobuilder-helper] config.json: correctly timestamp AUH state (replace %M with %m).

Message ID 20260615144735.222667-1-alex.kanavin@gmail.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: correctly timestamp AUH state (replace %M with %m). | expand

Commit Message

Alexander Kanavin June 15, 2026, 2:47 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

%M is minutes, %m is month.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 57b53f0..f4ead18 100644
--- a/config.json
+++ b/config.json
@@ -1595,7 +1595,7 @@ 
                     "../auto-upgrade-helper/upgrade-helper.py -e all --incremental",
                     "mkdir -p ${WEBPUBLISH_DIR}/pub/auh/",
                     "cp -rf ./upgrade-helper/* ${WEBPUBLISH_DIR}/pub/auh/",
-                    "cp ${WEBPUBLISH_DIR}/pub/auh/auh-state.json ${WEBPUBLISH_DIR}/pub/auh/auh-state.json.`date +%Y%M%d%H%M`"
+                    "cp ${WEBPUBLISH_DIR}/pub/auh/auh-state.json ${WEBPUBLISH_DIR}/pub/auh/auh-state.json.`date +%Y%m%d%H%M`"
                 ]
             }
         },