summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--justfile4
1 files 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