From a539107b2abfdcb13bc4e52e9401730400374735 Mon Sep 17 00:00:00 2001 From: Prathamesh Gawas Date: Mon, 7 Oct 2024 22:55:41 +0530 Subject: [PATCH] Fix: Remove invalid char from bashrc (#796) --- .devcontainer/bashrc_epilog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/bashrc_epilog.sh b/.devcontainer/bashrc_epilog.sh index 0e356d14e..898b6a420 100644 --- a/.devcontainer/bashrc_epilog.sh +++ b/.devcontainer/bashrc_epilog.sh @@ -1,5 +1,5 @@ -if [ -z "$(docker images -q sweagent/swe-agent 2> /dev/null)" ]; then ─╯ +if [ -z "$(docker images -q sweagent/swe-agent 2> /dev/null)" ]; then echo "⚠️ Please wait for the postCreateCommand to start and finish (a new window will appear shortly) ⚠️" fi