Преглед изворни кода

Merge pull request #27697 from amitkris/fix_units_import

Correct go-units import in cli/command/formatter/stats.go
Vincent Demeester пре 8 година
родитељ
комит
ec30cf4f14
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      cli/command/formatter/stats.go

+ 1 - 1
cli/command/formatter/stats.go

@@ -4,7 +4,7 @@ import (
 	"fmt"
 	"sync"
 
-	units "src/github.com/docker/go-units"
+	units "github.com/docker/go-units"
 )
 
 const (