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

Commit

Permalink
testing v2
Browse files Browse the repository at this point in the history
  • Loading branch information
okedeji committed Apr 24, 2024
1 parent d783778 commit ea0ef65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.15"
cliVersion = "0.3.16"
2 changes: 1 addition & 1 deletion allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def blocklessNode(environment, env, type, name=None, topic=None):
else:
cprint("\nOperation cancelled.", 'red')
elif environment == 'prod':
devComposePath = os.path.join(os.getcwd(), type, 'dev-docker-compose.yaml')
devComposePath = os.path.join(os.getcwd(), 'dev-docker-compose.yaml')
if not os.path.exists(devComposePath):
cprint(f"You must initialize the {type} on dev please run allocmd generate {type} --env dev --name <{type} name> --topic <topic id> and then run the prod generate in the directory created", 'red')
else:
Expand Down

0 comments on commit ea0ef65

Please sign in to comment.