Skip to content

Commit 5d3af80

Browse files
committed
cleanup
1 parent 4652bc3 commit 5d3af80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_fleximod/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def print_help(self, file=None):
1111

1212
# Then append the contents of README.md
1313
candidate_paths = [
14-
Path(sys.prefix) / "share" / "your-package" / "README.md",
14+
Path(sys.prefix) / "share" / "git_fleximod" / "README.md",
1515
Path(__file__).resolve().parent.parent / "README.md", # fallback for dev
1616
]
1717
for path in candidate_paths:

0 commit comments

Comments
 (0)