Skip to content

Commit

Permalink
Make Hound happy elastic#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wurm committed Mar 22, 2019
1 parent bb8c2d7 commit eed5da2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/linux/machineid.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ func MachineID() (string, error) {

// Return with error on any other error
return "", errors.Wrapf(err, "failed to read %v", file)
} else {
// Found it
break
}

// Found it
break
}

if os.IsNotExist(err) {
Expand Down

0 comments on commit eed5da2

Please sign in to comment.