Skip to content

Commit b432c71

Browse files
committed
Fix revert-global containers variable
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 3aaa591 commit b432c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/EE/Migration/GlobalContainers.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public static function revert_global_containers( $source_path, $dest_path, $upda
4141

4242
$services_to_regenerate = '';
4343
$all_global_images = self::get_all_global_images_with_service_name();
44-
foreach ( $updated_global_images as $image_name ) {
44+
foreach ( $updated_images as $image_name ) {
4545
$global_container_name = $all_global_images[ $image_name ];
4646
$services_to_regenerate .= str_replace( '-', '_', ltrim( $global_container_name, 'ee-' ) ) . ' ';
4747
}

0 commit comments

Comments
 (0)