Skip to content

Commit

Permalink
fix(preview-envs): Fix endpoint links sent to SCM
Browse files Browse the repository at this point in the history
(cherry picked from commit 80c767f4dc11bdbcd43a106ba3fcada61fbf745f)
  • Loading branch information
luispollo committed Sep 7, 2021
1 parent 9f0b32a commit 9ffb691
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ class NotificationEventListener(
"\n\nEndpoints:\n" + endpoints.map { (region, endpoints) ->
endpoints.joinToString("\n") { endpoint ->
// TODO: determine the proper protocol and port for these links
" - [$region] [https://${endpoint.address}](${endpoint.address})"
" - [$region] [${endpoint.address}](https://${endpoint.address})"
}
}.joinToString("\n")
}
Expand Down

0 comments on commit 9ffb691

Please sign in to comment.