Skip to content

Commit

Permalink
forgot a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
onedr0p authored Jan 16, 2024
1 parent 5664575 commit 1939bdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util/yaml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function massageContent(content: string, options?: YamlOptions): string {
return content
.replace(regEx(/{{`.+?`}}/gs), '')
.replace(regEx(/{{.+?}}/g), '').
.replace(regEx(/{%`.+?`%}/gs), '')
.replace(regEx(/{%`.+?`%}/gs), '').
.replace(regEx(/{%.+?%}/g), '');
}

Expand Down

0 comments on commit 1939bdf

Please sign in to comment.