We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4652bc3 commit 5d3af80Copy full SHA for 5d3af80
git_fleximod/cli.py
@@ -11,7 +11,7 @@ def print_help(self, file=None):
11
12
# Then append the contents of README.md
13
candidate_paths = [
14
- Path(sys.prefix) / "share" / "your-package" / "README.md",
+ Path(sys.prefix) / "share" / "git_fleximod" / "README.md",
15
Path(__file__).resolve().parent.parent / "README.md", # fallback for dev
16
]
17
for path in candidate_paths:
0 commit comments