mirror of https://github.com/docker/cli.git
Change tls to TLS
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
16bbd3441a
commit
a58827b0c2
|
@ -37,7 +37,7 @@ func ValidateHost(val string) (string, error) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Note: unlike most flag validators, we don't return the mutated value here
|
// Note: unlike most flag validators, we don't return the mutated value here
|
||||||
// we need to know what the user entered later (using ParseHost) to adjust for tls
|
// we need to know what the user entered later (using ParseHost) to adjust for TLS
|
||||||
return val, nil
|
return val, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue