Skip to content

Commit

Permalink
Added missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobbins228 authored and openshift-merge-bot[bot] committed Jan 18, 2024
1 parent b40640e commit 29567c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ auth = TokenAuthentication(
token = "XXXXX",
server = "XXXXX",
skip_tls=False,
# ca_cert_path="/path/to/cert
# ca_cert_path="/path/to/cert"
)
auth.login()
# log out with auth.logout()
Expand Down

0 comments on commit 29567c6

Please sign in to comment.