Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions central/src/gitlab.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ impl GitLabProjectAccessTokenProvider {
report_to_icinga(
requester,
IcingaServiceState::Ok,
format!("Site {name} has successfully retrieved a new GitLab token for {}/{}", config.gitlab_url, gitlab_repo),
format!("Site {name} has successfully retrieved a new GitLab token for {}{}", config.gitlab_url, gitlab_repo),
"rotate",
)
.await;
Expand Down Expand Up @@ -173,7 +173,7 @@ impl GitLabProjectAccessTokenProvider {
report_to_icinga(
requester,
IcingaServiceState::Ok,
format!("Site {name} has successfully validated an existing GitLab token for {}/{}", config.gitlab_url, gitlab_repo),
format!("Site {name} has successfully validated an existing GitLab token for {}{}", config.gitlab_url, gitlab_repo),
"validate",
)
.await;
Expand Down