Skip to content

Commit 6bc633f

Browse files
committed
Fix typo.
1 parent 52bc462 commit 6bc633f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/earl-report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function EarlReport(options) {
7878
};
7979
/* eslint-enable quote-props */
8080
if(this.env && this.env.version) {
81-
this._report['doap:release']['doap:name'] = this.env.version;
81+
this._report['doap:release']['doap:revision'] = this.env.version;
8282
}
8383
}
8484

0 commit comments

Comments
 (0)