fix: Something in root

This commit is contained in:
Arik Jones
2024-09-14 21:25:50 -05:00
parent 53dcd6eb71
commit bb12e3d029

View File

@@ -9,7 +9,6 @@ import (
"github.com/spf13/cobra"
"github.com/tnypxl/rollup/internal/config"
"github.com/tnypxl/rollup/internal/scraper"
)
var (
@@ -203,7 +202,6 @@ func runRollup() error {
}
return nil
})
if err != nil {
return fmt.Errorf("error walking through directory: %v", err)
}