Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmetc committed Oct 9, 2024
1 parent eeec869 commit 4f52cca
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/hubtest/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,5 @@ func CopyDir(src string, dest string) error {
return err
}

if err := os.CopyFS(dest, os.DirFS(src)); err != nil {
return err
}

return nil
return os.CopyFS(dest, os.DirFS(src))
}

0 comments on commit 4f52cca

Please sign in to comment.