Skip to content

Commit

Permalink
fix: fix file name for feature versions file
Browse files Browse the repository at this point in the history
  • Loading branch information
stempler committed Mar 19, 2024
1 parent b7f3510 commit a81487e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class VersionFile {
def featureVersions = collectFeatureVersions(artifactsXml)

featureVersions.forEach { featureId, versions ->
def versionFile = new File(updateSiteDir, "${featureId}_version.json")
def versionFile = new File(updateSiteDir, "${featureId}_versions.json")
writeVersionFile(versionFile, versions)
}
}
Expand Down

0 comments on commit a81487e

Please # to comment.