diff options
Diffstat (limited to 'source/02_augment')
-rw-r--r-- | source/02_augment/commits.xsl (renamed from source/02_augment/formatted_commits.xsl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/02_augment/formatted_commits.xsl b/source/02_augment/commits.xsl index fed8c94..27f9bcd 100644 --- a/source/02_augment/formatted_commits.xsl +++ b/source/02_augment/commits.xsl @@ -10,7 +10,7 @@ <xsl:variable name="meta"> <datasource type="main" mode="full" source="01_raw/commits.xml" target="repositories"/> - <target mode="plain" value="formatted_commits.xml"/> + <target mode="plain" value="commits.xml"/> </xsl:variable> <xsl:template name="formatter"> |