Skip to content

Commit 91bc46c

Browse files
committed
Fix invalid error message
> certifi is a library that was used in the python codebase, it does not apply anymore. Refs: * #1513 (review) * https://jira.mesosphere.com/browse/DCOS-61005
1 parent d402a4b commit 91bc46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/dcos/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func main() {
2727
"run: 'dcos config set core.ssl_verify <value>'\n" +
2828
"<value>: Whether to verify SSL certs for HTTPS or path to certs. " +
2929
"Valid values are a path to a CA_BUNDLE, " +
30-
"True (will then use CA certificates from certifi), " +
30+
"True (will then use system CA certificates), " +
3131
"or False (will then send insecure requests).\n"
3232
fmt.Fprint(env.ErrOut, msg)
3333
}

0 commit comments

Comments
 (0)