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.
1 parent 6802c05 commit e6e7f3aCopy full SHA for e6e7f3a
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