Skip to content

Commit

Permalink
fix inspect filter
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Apr 2, 2024
1 parent 9dd6fe0 commit 78dc3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-inspect
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh
CONTAINER=$(docker compose ps | grep -F -e -weblate- | sed 's/[[:space:]].*//')
CONTAINER=$(docker compose ps | grep -e "-weblate-[0-9]" | sed 's/[[:space:]].*//')
docker inspect "$CONTAINER"

0 comments on commit 78dc3b4

Please sign in to comment.