From e5dc78049af58c9e96efcb7be3d8d155497972a9 Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 20:53:45 +0000 Subject: [PATCH] chore: supress podman-compose warning --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index dbc26d6..7c7dd35 100755 --- a/start.sh +++ b/start.sh @@ -1,2 +1,2 @@ #!/bin/bash -EDITOR=nvim CONTAINER_CONNECTION=my-remote tmux new-session -s "$1" +PODMAN_COMPOSE_WARNING_LOGS=false EDITOR=nvim CONTAINER_CONNECTION=my-remote tmux new-session -s "$1"