Skip to content

Commit

Permalink
chore: refactor error message
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft authored Jan 5, 2025
1 parent 9d937bb commit 23bf9cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/vm/lima/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func (l limaVM) getConf() map[string]string {
obj := map[string]string{}
b, err := l.Read(configFile)
if err != nil {
log.Tracef("failed to read config file %v", err)
log.Trace(fmt.Errorf("error reading config file: %w", err))

return obj
}
Expand Down

0 comments on commit 23bf9cf

Please # to comment.