Fix generate_certs typo
This fixes a benign typo in the name of the generate_certs function. Change-Id: I6fc8eee9b713d3cb256fa3f076b17ba158ffcd5b
This commit is contained in:
parent
12b1e84791
commit
f98de6707a
@ -56,7 +56,7 @@ def build_all(*, config_files, leave_kubectl, output_dir, validators):
|
||||
required=True,
|
||||
help='Location to write *-certificates.yaml')
|
||||
@click.argument('config_files', nargs=-1, type=click.File('rb'))
|
||||
def genereate_certs(*, config_files, output_dir):
|
||||
def generate_certs(*, config_files, output_dir):
|
||||
debug = _debug()
|
||||
try:
|
||||
c = config.Configuration.from_streams(
|
||||
|
Loading…
x
Reference in New Issue
Block a user