mirror of
https://github.com/docker/cli.git
synced 2026-09-03 10:05:09 -05:00
Merge pull request #18083 from Mashimiao/opt-weightdevice-fix-typo
opts/weightdevice: fix typo Upstream-commit: 758fae5f6b079b0125a657854e7e853d638dc569 Component: engine
This commit is contained in:
@@ -35,7 +35,7 @@ func (opt *WeightdeviceOpt) Set(val string) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// String returns Ulimit values as a string.
|
||||
// String returns WeightdeviceOpt values as a string.
|
||||
func (opt *WeightdeviceOpt) String() string {
|
||||
var out []string
|
||||
for _, v := range opt.values {
|
||||
|
||||
Reference in New Issue
Block a user