From 173e65fcc12c20b9c6846914415a68bddee7ff92 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 29 Dec 2023 13:03:35 -1000 Subject: [PATCH] ;just: format: better commit message --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 84a1f48c5..33b29f12a 100644 --- a/Justfile +++ b/Justfile @@ -59,7 +59,7 @@ alias h := help # if this justfile is error free but in non-standard format, reformat and commit it @format: - just -q chk || just --fmt --unstable && git commit -m 'just: fmt' -- {{ justfile() }} + just -q chk || just --fmt --unstable && git commit -m ';just: format' -- {{ justfile() }} # rerun RECIPE when any watched-by-default file changes watch RECIPE *JOPTS: