Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Aug 29, 2024
1 parent cc5b6de commit 6ad27a1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/slicer/slicer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ad27a1

Please sign in to comment.