Skip to content

Commit

Permalink
fixed typo in cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-stephens committed Jun 6, 2024
1 parent 245907d commit 74377cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration_tests/amqp091/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Keep cleaning up even if something fails
set +e

# Stop all MySQL containers.
# Stop all AMQP containers.

VERSIONS="3.12.14 3.13.2"

for version in $MYSQL_VERSIONS; do
for version in $VERSIONS; do
CONTAINER_NAME="zgrab_amqp091-$version"
echo "amqp091/cleanup: Stopping $CONTAINER_NAME..."
docker stop $CONTAINER_NAME
Expand Down

0 comments on commit 74377cf

Please sign in to comment.