From 06cbf41b1410d2389d0564c644128dda5c3cdb6e Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 21 Jan 2025 15:09:56 +0000 Subject: [PATCH] Justfile tweak --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 24ee05a..6c155d4 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ update: #!/usr/bin/env bash - if [ ! -f update.lock ] then + if [ ! -f update.lock ]; then touch update.lock just tag-version docker compose down