Skip to content

Commit

Permalink
use correct path for stonesense changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Dec 27, 2024
1 parent c77fc66 commit d1ed423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx_extensions/dfhack/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'docs/changelog.txt',
'scripts/changelog.txt',
'library/xml/changelog.txt',
'plugins/stonesense/changelog.txt',
'plugins/stonesense/docs/changelog.txt',
)
CHANGELOG_PATHS = (os.path.join(DFHACK_ROOT, p) for p in CHANGELOG_PATHS)

Expand Down

0 comments on commit d1ed423

Please sign in to comment.