mirror of
https://github.com/docker/cli.git
synced 2026-01-19 21:41:31 +03:00
Change tls to TLS
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Upstream-commit: a58827b0c2
Component: cli
This commit is contained in:
committed by
Vincent Demeester
parent
45ff71115e
commit
39709b6c3f
@@ -37,7 +37,7 @@ func ValidateHost(val string) (string, error) {
|
||||
}
|
||||
}
|
||||
// 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user