Skip to content

Commit

Permalink
fix whitespace typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vakarisbk committed Oct 22, 2023
1 parent 0c81c27 commit 2772359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function remove_network() {

# Find and kill any remaining containers attached to the network
function cleanup() {
local containers
local containers
containers="$(docker ps --quiet --filter network="$NETWORK_NAME")"

if [ -n "$containers" ]; then
Expand Down

0 comments on commit 2772359

Please sign in to comment.