Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Feb 1, 2024
1 parent f042d3a commit 6161cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class Resource {

this.id
&& (
this.id = this.sanitizeString(this.id),
this.id = Resource.sanitizeString(this.id),
this.path = path.join(this.options.output, this.id), //manifest filesystem path
this.baseId = `${this.options.baseId.replace(/\/$/, '')}/${this.id}` //manifest URI
)
Expand Down

0 comments on commit 6161cf6

Please sign in to comment.