From aff3447a7b84c85be0020af95aecaa6c14f8b09b Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sun, 25 Jan 2026 17:06:40 +0100 Subject: fix(commands): various dumb things --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index e66752f..c1dd592 100644 --- a/justfile +++ b/justfile @@ -12,7 +12,7 @@ update: go run . stop: - podman stop postgres adminer || (echo "no container") + podman stop postgres adminer || echo "no container" podman network rm db || echo "no network" build: -- cgit v1.2.3