Skip to content

Commit 454d6f5

Browse files
committed
fix: psycopg 3 checkout dir after changing repo url
1 parent 77d1b27 commit 454d6f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ psycopg3/docs/.venv: psycopg3/README.rst
5757

5858
psycopg3/README.rst:
5959
test -d psycopg3/.git \
60-
|| git clone -b $(DOC3_BRANCH) https://github.com/psycopg/psycopg.git
60+
|| git clone -b $(DOC3_BRANCH) https://github.com/psycopg/psycopg.git psycopg3
6161
git -C psycopg3 checkout $(DOC3_BRANCH)
6262
git -C psycopg3 pull
6363

0 commit comments

Comments
 (0)