mirror of
https://github.com/minio/mc.git
synced 2025-07-28 20:01:58 +03:00
Move to latest x/sys/unix for arm64 fixes. (#1882)
Related to fixes here golang/go#15393
This commit is contained in:
@ -28,7 +28,7 @@ var (
|
||||
}
|
||||
|
||||
errInvalidArgument = func() *probe.Error {
|
||||
return probe.NewError(errors.New("Invalid arguments provided, cannot proceed.")).Untrace()
|
||||
return probe.NewError(errors.New("Invalid arguments provided, cannot proceed")).Untrace()
|
||||
}
|
||||
|
||||
errUnrecognizedDiffType = func(diff differType) *probe.Error {
|
||||
|
Reference in New Issue
Block a user