From 13d034b238f6fff34a398f16d7e97913f7b25c1f Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 21 Jan 2025 15:10:41 +0000 Subject: [PATCH] Justfile formatting: ensure kebab case --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 6c155d4..42ae6cd 100644 --- a/justfile +++ b/justfile @@ -14,7 +14,7 @@ update: echo "Update already in progress" fi -merge_and_push_prod: +merge-and-push-prod: #!/usr/bin/env bash git switch prod git merge main