We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ca14 commit 188b510Copy full SHA for 188b510
php/EE/Migration/Containers.php
@@ -38,7 +38,7 @@ public static function start_container_migration() {
38
39
foreach ( $img_versions as $img => $version ) {
40
41
- if ( in_array( $image, $skip_download ) ) {
+ if ( in_array( $img, $skip_download ) ) {
42
continue;
43
}
44
if ( array_key_exists( $img, $current_versions ) ) {
0 commit comments