aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
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: