Skip to content

Commit

Permalink
Update pkg/providers/tinkerbell/hardware/csv.go
Browse files Browse the repository at this point in the history
Co-authored-by: Abhinav Pandey <abhinavmpandey08@gmail.com>
  • Loading branch information
chrisdoherty4 and abhinavmpandey08 authored Jun 10, 2022
1 parent 5ecb920 commit 4d7c26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/providers/tinkerbell/hardware/csv.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (cr CSVReader) Read() (Machine, error) {
return machine.(Machine), nil
}

// NewCSVReaderFromFile creates a MachineReader instance backed by a CSVReader reading from path
// NewNormalizedCSVReaderFromFile creates a MachineReader instance backed by a CSVReader reading from path
// that applies default normalizations to machines.
func NewNormalizedCSVReaderFromFile(path string) (MachineReader, error) {
fh, err := os.Open(path)
Expand Down

0 comments on commit 4d7c26c

Please sign in to comment.