Skip to content

Commit d3ef09c

Browse files
lipojayashvardhannanavati
authored andcommitted
Correct order of words in state reason message
Signed-off-by: Jan Lipovský <jlipovsk@redhat.com>
1 parent a8ec5ee commit d3ef09c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

iib/workers/tasks/build_containerized_merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def handle_containerized_merge_request(
361361
request_id,
362362
'complete',
363363
f"The operator(s) {operators_in_db} were successfully merged "
364-
"from the target index image into the source index image",
364+
"from the source index image into the target index image",
365365
)
366366
except Exception as e:
367367
cleanup_on_failure(

0 commit comments

Comments
 (0)