Skip to content

Commit

Permalink
change file names in modMetadataAIO.go
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Oct 7, 2024
1 parent 30dcc05 commit 8ca5166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/cmd/modMetadataAIO/modMetadataAIO.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ func main() {
allItems := append(append(processedBinItems, processedPkgItems...), processedBaseItems...)

// Save the unified items to a single file
save(fmt.Sprintf("dbin_unifiedAIO_%s.json", arch), allItems)
save(fmt.Sprintf("unifiedAIO_%s.dbin.json", arch), allItems)
}
}
}

0 comments on commit 8ca5166

Please sign in to comment.