Skip to content

Commit

Permalink
Fix: Swagger file should be Path not str (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Jul 6, 2023
1 parent 4971998 commit afae2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/version/commands/_java.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ def _update_swagger_config(
) -> None:
# update swagger config file version
swagger_config_file = find_file(
filename="SwaggerConfig.java",
filename=Path("SwaggerConfig.java"),
search_path="src",
search_glob="**/config/swagger/*",
)
Expand Down

0 comments on commit afae2da

Please sign in to comment.