Skip to content

Commit 91f55da

Browse files
committed
remove certgen from init function
1 parent 44e5949 commit 91f55da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

user_sync/app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,6 @@ def init(ctx):
497497
Generates configuration files, an X509 certificate/keypair, and the batch files for running the user-sync tool
498498
in test and live mode.
499499
"""
500-
ctx.forward(certgen, randomize=True)
501500
ctx.forward(shell_scripts, platform=None)
502501

503502
sync = 'user-sync-config.yml'

0 commit comments

Comments
 (0)