Skip to content

Commit

Permalink
Merge pull request #128 from nikkothari22/main
Browse files Browse the repository at this point in the history
fix: environment spelling
  • Loading branch information
Xieyt authored Mar 19, 2024
2 parents bc9bf2f + 75f201e commit df922c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frappe_manager/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def app_callback(
] = None,
):
"""
Frappe-Manager for creating frappe development envrionments.
Frappe-Manager for creating frappe development environments.
"""

ctx.obj = {}
Expand Down
2 changes: 1 addition & 1 deletion frappe_manager/services_manager/services.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def generate_compose(self, inputs: dict):
"""
try:
# handle envrionment
# handle environment
if "environment" in inputs.keys():
environments: dict = inputs["environment"]
self.composefile.set_all_envs(environments)
Expand Down

0 comments on commit df922c0

Please sign in to comment.