diff --git a/remote.go b/remote.go index cccbfcf..efc8873 100644 --- a/remote.go +++ b/remote.go @@ -125,7 +125,7 @@ type Error struct { // Error implements the error interface. func (e *Error) Error() string { - return fmt.Sprintf("%s: %s", e.Err, e.Message) + return e.Message } // execute performs an HTTP request and inspects the returned data for an error