Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix type issues in key generate
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 24, 2024
1 parent 790d118 commit 67be571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def blocklessNode(environment, env, type, name=None, topic=None):
}
]

generate_all_files(env, file_configs, Command.INIT, name)
generate_all_files(env, file_configs, Command.INIT, type, name)

generateWorkerAccount(name, type)
else:
Expand Down

0 comments on commit 67be571

Please sign in to comment.