Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed May 19, 2023
1 parent 5f871fc commit 6443e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def _cmd_gen_runtime(builder, options):
output = options.get('output', 'dist')

logger.info('start to generate runtime package')
builder.generate_runtime(output)
builder.generate_runtime_package(output)

keyname = os.path.join(output, builder.ctx.runtime_keyfile)
logger.info('write "%s"', keyname)
Expand Down

0 comments on commit 6443e98

Please sign in to comment.