Skip to content

Commit eb9ea17

Browse files
committed
INSTALL.md: fix missing trailing backquote
Signed-off-by: Elijah Newren <[email protected]>
1 parent 34f7617 commit eb9ea17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ filter-repo only consists of a few files that need to be installed:
4040

4141
You can create this symlink to (or copy of) git-filter-repo named
4242
git_filter-repo.py and place it in your python site packages; `python
43-
-c "import site; print(site.getsitepackages())" may help you find the
43+
-c "import site; print(site.getsitepackages())"` may help you find the
4444
appropriate location for your system. Alternatively, you can place
4545
this file anywhere within $PYTHONPATH.
4646

0 commit comments

Comments
 (0)