mirror of
https://github.com/tnypxl/rollup.git
synced 2025-12-15 23:13:22 +00:00
fix: rollup output file name (again)
This commit is contained in:
@@ -159,7 +159,7 @@ func runRollup() error {
|
|||||||
|
|
||||||
// Generate the output file name
|
// Generate the output file name
|
||||||
timestamp := time.Now().Format("20060102-150405")
|
timestamp := time.Now().Format("20060102-150405")
|
||||||
outputFileName := fmt.Sprintf("%s-rollup-%s.rollup.md", projectName, timestamp)
|
outputFileName := fmt.Sprintf("%s-%s.rollup.md", projectName, timestamp)
|
||||||
|
|
||||||
// Open the output file
|
// Open the output file
|
||||||
outputFile, err := os.Create(outputFileName)
|
outputFile, err := os.Create(outputFileName)
|
||||||
|
|||||||
Reference in New Issue
Block a user