Skip to content

Commit

Permalink
Merge pull request #144 from rtCamp/main
Browse files Browse the repository at this point in the history
Sync with main branch
  • Loading branch information
Xieyt authored Mar 28, 2024
2 parents ab23a78 + eed1be5 commit 53884dc
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 @@ -51,7 +51,7 @@ def app_callback(
version: Annotated[Optional[bool], typer.Option("--version", help="Show Version.", callback=version_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 @@ -224,7 +224,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 53884dc

Please sign in to comment.