Skip to content

Commit

Permalink
Remove duplicate slash from Octopus deployment URL (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrousseau committed Oct 27, 2020
1 parent 5d90bb9 commit b96c180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/collectors/octopus/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ impl Collector for OctopusDeployCollector {
.build_number(&deployment.release_version)
.status(deployment.get_status())
.url(format!(
"{}/app#/projects/{}/releases/{}/deployments/{}",
"{}app#/projects/{}/releases/{}/deployments/{}",
self.server_url,
found_project.slug,
deployment.release_id,
Expand Down

0 comments on commit b96c180

Please sign in to comment.