mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
This second codepath is redundent, since tlsConfig.InsecureSkipVerify is assigned to earlier in that function body. In addition, there's no need to wrap the assignment in a check on that boolean value in this case. Signed-off-by: Paul Tagliamonte <paultag@gmail.com>