Skip to content

Commit

Permalink
fix(Sonarqube): remove ending /
Browse files Browse the repository at this point in the history
  • Loading branch information
YaMoef authored and vraravam committed Oct 16, 2024
1 parent 7910fb9 commit 17f3102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/sonarqube/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module.exports = Ferdium =>
class SonarQube extends Ferdium {
buildUrl(url) {
return `${url}/`;
return `${url}`;
}
};

0 comments on commit 17f3102

Please sign in to comment.