Skip to content

Commit

Permalink
Fix missing trailing slash in hexdoc books
Browse files Browse the repository at this point in the history
  • Loading branch information
object-Object committed Jan 2, 2024
1 parent cc2c0b5 commit b361512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HexBug/utils/mods.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def __post_init__(self):

# ('/', 'SamsTheNerd', 'HexGloop', '2176f6f40c1bee5c8eb8')
_, author, repo, self.commit = metadata.asset_url.parts
self.source_url = f"https://github.com/{author}/{repo}"
self.source_url = f"https://github.com/{author}/{repo}/"

# new fields
self.patterns = hex_metadata.patterns
Expand Down

0 comments on commit b361512

Please sign in to comment.