From 88ea9d9eea02fffbf962efd4a5105dd1fc1613f6 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 23:03:31 -0700 Subject: Bump --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 9b8cfcb..dc86168 100644 --- a/justfile +++ b/justfile @@ -28,7 +28,7 @@ home user='ebisu': news user='ebisu': home-manager news --flake .#{{user}} -bump: +bump message='Bump': git add . - git commit -m "Bump" + git commit -m "{{message}}" git push origin main -- cgit v1.2.3