diff options
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |
