Third time trying to get the os_openbsd_arm.go right. (#11786)
* Fix the third dumb thing in this file * ...
This commit is contained in:
parent
eacf7bd1c7
commit
b795643146
|
@ -6,4 +6,5 @@ import "context"
|
||||||
|
|
||||||
func diskUsage(ctx context.Context) error {
|
func diskUsage(ctx context.Context) error {
|
||||||
SpotSkipped(ctx, "disk usage", "unsupported on this platform")
|
SpotSkipped(ctx, "disk usage", "unsupported on this platform")
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue