Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnN193 committed Nov 22, 2024
1 parent ec5a3ad commit c071bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func ConvertErrorCodeToMessage(errorCode int, message string) error {
return errors.Errorf("%s: %d", message, errorCode)
}

// WrongModelErr informs the user when the model they configured for their pi is not correct
// WrongModelErr informs the user when the model they configured for their pi is not correct.
func WrongModelErr(wrongModel string) error {
return fmt.Errorf("incorrect Raspberry Pi model detected, check that model %v is correct", wrongModel)
}

0 comments on commit c071bf2

Please sign in to comment.