From 2f2fab0fdafc7c0ea43a11c46dff69ded907a143 Mon Sep 17 00:00:00 2001 From: Mistral Vibe Date: Wed, 8 Apr 2026 15:36:50 +0200 Subject: [PATCH] fix: remove invalid read command from dev:nuke task --- Taskfile.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 398884e..b4ee3e2 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -109,7 +109,6 @@ tasks: cmds: - echo "WARNING: This will remove ALL rehearsalhub containers, networks, and volumes" - echo "Press Enter to continue or Ctrl+C to cancel" - - read dummy - "{{.COMPOSE}} {{.DEV_FLAGS}} down -v" - docker system prune -f --volumes - echo "Complete cleanup performed"