Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 6, 2024
1 parent 4232882 commit 565795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/src/Environment/EnvironmentDanglingCleanup.php
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ protected function detect_dangling_containers_running(): void {
}
}

$this->dangling_containers[] = 'qit_env_' . $container_name;
$this->dangling_containers[] = $container_name;
}
}

Expand Down

0 comments on commit 565795a

Please sign in to comment.