From 7c3ed95bc548ead4e21aa776e4635df6955c08b0 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Tue, 21 Jan 2025 15:08:46 +0000 Subject: [PATCH] More justfile tweaks --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 33ce164..24ee05a 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ update: #!/usr/bin/env bash - if ssh am-d-model_eu "[ ! -f update.lock ]"; then + if [ ! -f update.lock ] then touch update.lock just tag-version docker compose down