Skip to content

Commit bd75544

Browse files
suzuki-shunsukerenovate[bot]
authored andcommitted
fix: fix a lint error
1 parent 81f8b30 commit bd75544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/apperr/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func (ee *ExitError) Error() string {
4242
if ee.err == nil {
4343
return ""
4444
}
45-
return fmt.Sprintf("%v", ee.err)
45+
return ee.err.Error()
4646
}
4747

4848
// ExitCode returns the exit code, fulfilling the interface required by `ExitCoder`

0 commit comments

Comments
 (0)