From 6ad27a1fa6928e0f7cfd8002125fa6776ffdcded Mon Sep 17 00:00:00 2001 From: Alberto Carretero Date: Thu, 29 Aug 2024 18:23:25 +0200 Subject: [PATCH] typo --- internal/slicer/slicer.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/slicer/slicer.go b/internal/slicer/slicer.go index 6349c6ef..c43b3178 100644 --- a/internal/slicer/slicer.go +++ b/internal/slicer/slicer.go @@ -169,9 +169,6 @@ func Run(options *RunOptions) error { // listed as until: mutate in all the slices that reference them. knownPaths := map[string]pathData{} addKnownPath(knownPaths, "/", pathData{}) - - // Creates the filesystem entry and adds it to the report. It also updates - // knownPaths with the files created. report, err := NewReport(targetDir) if err != nil { return fmt.Errorf("internal error: cannot create report: %w", err)