Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pisua committed Dec 16, 2024
1 parent 6363658 commit b5c6b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kapla/projects/krepo.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def discover_projects(
for workspace_directory in all_workspaces[name]:
# Find files named "project.yml" or "project.yaml" starting from the workspace
for filepath in find_files_using_gitignore(
("project.yml", "project.yaml"),
("project.yml", "project.yaml", "project_encrypted.yml", "project_encrypted.yaml"),
root=workspace_directory,
):
# Create a new instance of KProject
Expand Down

0 comments on commit b5c6b7f

Please sign in to comment.