Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelquigley committed Feb 10, 2025
1 parent 92162d9 commit 8ab2667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/env_v0_3/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (r *Root) Client() (*rest_client_zrok.Zrok, error) {
},
})
if err != nil {
return nil, errors.Wrapf(err, "client version error accessing api endpoint '%v' (%v): %v", apiEndpoint, err)
return nil, errors.Wrapf(err, "client version error accessing api endpoint '%v': %v", apiEndpoint, err)
}

return zrok, nil
Expand Down

0 comments on commit 8ab2667

Please sign in to comment.