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

Commit

Permalink
validator added to allocmd
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 22, 2024
1 parent 9a05022 commit d3152b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion allocmd/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def validator(name=None, network=None):

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

subprocess.run(['chmod', '+x', 'scripts/start-validator.sh'], check=True)
subprocess.run(['chmod', '+x', f'{name}/scripts/start-validator.sh'], check=True)
else:
cprint("\nOperation cancelled.", 'red')

Expand Down
2 changes: 1 addition & 1 deletion allocmd/utilities/constants.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cliVersion = "0.3.6"
cliVersion = "0.3.7"

0 comments on commit d3152b2

Please sign in to comment.