Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Better link name in GetAnalysisTask notification
Browse files Browse the repository at this point in the history
Signed-off-by: Roy Golan <rgolan@redhat.com>
  • Loading branch information
rgolangh authored and openshift-merge-robot committed Jun 7, 2023
1 parent f24029e commit fe8602e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ else if (result instanceof Result.Success<TaskGroup> success) {
success.value().tasks()[0].application().id(), success.value().data().output());
addParameter("reportURL", reportURL);
notificationSender.send("Migration Analysis Report Completed",
"Migration analysis [report](%s) completed.".formatted(reportURL));
"[Migration analysis report](%s) completed.".formatted(reportURL));
return new DefaultWorkReport(WorkStatus.COMPLETED, workContext);
}
else if ("Failed".equals(success.value().state())) {
Expand Down

0 comments on commit fe8602e

Please sign in to comment.