Skip to content

Commit

Permalink
Merge pull request #1325 from DSD-DBS/optimize-error-msgs
Browse files Browse the repository at this point in the history
fix: Add missing word in Git error message
  • Loading branch information
MoritzWeber0 authored Feb 7, 2024
2 parents 1b146ad + 2598510 commit c808389
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def verify_path_prefix(db: orm.Session, path: str):
status_code=status.HTTP_404_NOT_FOUND,
detail={
"err_code": "NO_GIT_INSTANCE_WITH_PREFIX_FOUND",
"reason": "We couldn't find a matching Git instance. Please that your system administrator allows the given URL.",
"reason": "We couldn't find a matching Git instance. Make sure that your system administrator allows the given URL.",
"technical": f"There is no Git instance, which has a prefix of the path '{path}' as URL.",
},
)
Expand Down

0 comments on commit c808389

Please sign in to comment.