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 01ebbfb commit 6f88512
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.17"
cliVersion = "0.3.18"
2 changes: 1 addition & 1 deletion allocmd/utilities/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def generate_all_files(env: Environment, file_configs, command: Command, type, n
if command == Command.INIT:
file_path = os.path.join(os.getcwd(), f'{name}/{type}/{config["file_name"]}')
elif command == Command.DEPLOY:
file_path = os.path.join(os.getcwd(), f'{type}/{config["file_name"]}')
file_path = os.path.join(os.getcwd(), f'{config["file_name"]}')

content = template.render(**config["context"])
with open(file_path, 'w') as f:
Expand Down

0 comments on commit 6f88512

Please sign in to comment.