Skip to content

Commit

Permalink
Fix help markdown location
Browse files Browse the repository at this point in the history
  • Loading branch information
froggleston committed Aug 25, 2024
1 parent 2ceaa60 commit 1c2b08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ftui/screens/help_screen.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class HelpScreen(Screen):
help_file_path = Path(__file__).parent / "md" / "help.md"
help_file_path = Path(__file__).parent.parent / "md" / "help.md"

header_str = """
███████╗████████╗██╗ ██╗██╗
Expand Down

0 comments on commit 1c2b08e

Please sign in to comment.