From e05adc3b6052c27bbcb6408e2aed422f729bbf3f Mon Sep 17 00:00:00 2001 From: Splines Date: Sun, 8 Dec 2024 20:04:33 +0100 Subject: [PATCH] Add missing ":" --- .config/commands/docker.justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/commands/docker.justfile b/.config/commands/docker.justfile index 9eb027816..bec8465f9 100644 --- a/.config/commands/docker.justfile +++ b/.config/commands/docker.justfile @@ -61,7 +61,7 @@ up-reseed *args: docker compose exec mampf bundle exec rails c # Rebuilds the most essential containers in the dev or test environment -rebuild env="dev" +rebuild env="dev": #!/usr/bin/env bash environment={{ if env == "test" {"test"} else {"development"} }} echo "Rebuilding in env: ${environment}"