Justfile tweak

This commit is contained in:
2025-01-21 15:09:56 +00:00
parent 7c3ed95bc5
commit 06cbf41b14

View File

@@ -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