Skip to content
Snippets Groups Projects
Commit 6e060e15 authored by Andrea Spadaccini's avatar Andrea Spadaccini
Browse files

Fixed a typo in gnt_cluster.py


Signed-off-by: default avatarAndrea Spadaccini <spadaccio@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent b451c4c7
No related branches found
No related tags found
No related merge requests found
...@@ -668,7 +668,7 @@ def _RenewCrypto(new_cluster_cert, new_rapi_cert, rapi_cert_filename, ...@@ -668,7 +668,7 @@ def _RenewCrypto(new_cluster_cert, new_rapi_cert, rapi_cert_filename,
""" """
if new_rapi_cert and rapi_cert_filename: if new_rapi_cert and rapi_cert_filename:
ToStderr("Only one of the --new-rapi-certficate and --rapi-certificate" ToStderr("Only one of the --new-rapi-certificate and --rapi-certificate"
" options can be specified at the same time.") " options can be specified at the same time.")
return 1 return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment