We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04ca810 + e6e7f3a commit a891651Copy full SHA for a891651
app/components/badge-appveyor.js
@@ -28,7 +28,7 @@ export default Component.extend({
28
29
projectName: computed('badge.attributes.project_name', function() {
30
return this.get('badge.attributes.project_name') ||
31
- this.get('badge.attributes.repository').replace(/_/g, '-');
+ this.get('badge.attributes.repository').replace(/[_.]/g, '-');
32
}),
33
34
service: computed('badge.attributes.service', function() {
0 commit comments