Skip to content

Commit

Permalink
Merge pull request #3229 from CannonLock/project-creation-location
Browse files Browse the repository at this point in the history
Update Project Creation Location
  • Loading branch information
matyasselmeci authored Jun 23, 2023
2 parents bfa8c94 + 524e97b commit ec77a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,7 +835,7 @@ def validate_project_name(form, field):
try:
# Gather necessary data
create_pr_response = create_file_pr(
file_path=f"data/{request.values['project_name']}.yaml",
file_path=f"projects/{request.values['project_name']}.yaml",
file_content=form.get_yaml(),
branch=f"add-project-{request.values['project_name']}",
message=f"Add Project {request.values['project_name']}",
Expand Down

0 comments on commit ec77a5c

Please sign in to comment.