Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Oct 23, 2023
1 parent b549536 commit 87779d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev134"
version = "0.0.0.dev135"
name = "RepoDynamics"
dependencies = [
"packaging >= 23.2, < 24",
Expand Down
2 changes: 1 addition & 1 deletion src/repodynamics/actions/init.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def action_file_change_detector(self) -> list[str]:
if summaries:
summary_details.append(html.h(3, file_type.value.title))
summary_details.append(html.ul(summaries))
changed_groups_str += f", {file_type.value.title}"
changed_groups_str += f", {file_type.value}"
if changed_groups_str:
oneliner = f"Found changes in following groups: {changed_groups_str[2:]}."
if summary_detail[RepoFileType.SUPERMETA]:
Expand Down

0 comments on commit 87779d2

Please sign in to comment.