Skip to content

Commit e5b9ae9

Browse files
authored
Merge pull request #25823 from lemon-suse/update-worker_ip-for-iscsi
Update input of WORKER_IP for iscsi test
2 parents 4849fa0 + cbd0266 commit e5b9ae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/autoyast.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ sub generate_calculated_variables {
810810
);
811811

812812
# Dynamically replace any matches found in the %generators hash
813-
$profile =~ s/\b(WORKER_IP)\b/$generators{uc($1)}->()/gie;
813+
$profile =~ s/%(WORKER_IP)%/$generators{uc($1)}->()/gie;
814814

815815
return $profile;
816816
}

0 commit comments

Comments
 (0)