Skip to content

Commit

Permalink
Fix: Remove invalid char from bashrc (#796)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prathamesh010 authored Oct 7, 2024
1 parent 5cee33f commit a539107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/bashrc_epilog.sh
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a539107

Please sign in to comment.