diff --git a/allocmd/utilities/constants.py b/allocmd/utilities/constants.py index 2872a8a..7a9ac9a 100644 --- a/allocmd/utilities/constants.py +++ b/allocmd/utilities/constants.py @@ -1 +1 @@ -cliVersion = "0.3.15" +cliVersion = "0.3.16" diff --git a/allocmd/utilities/utils.py b/allocmd/utilities/utils.py index 54e138e..d6cfb9a 100644 --- a/allocmd/utilities/utils.py +++ b/allocmd/utilities/utils.py @@ -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 and then run the prod generate in the directory created", 'red') else: