Skip to content

Commit e71709f

Browse files
Regression fix for repo url.
1 parent 3dbd9f8 commit e71709f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ init:
6565
$(QUIET)$(ECHO) "$@: Done."
6666

6767
install: must_be_root
68-
$(QUIET)python3 -m pip install "git+https://github.com/reactive-firewall/pythonrepo.git#egg=pythonrepo"
68+
$(QUIET)python3 -m pip install "git+https://github.com/reactive-firewall/python-repo.git#egg=pythonrepo"
6969
$(QUITE)$(WAIT)
7070
$(QUIET)$(ECHO) "$@: Done."
7171

7272
user-install:
73-
$(QUIET)python3 -m pip install --user "git+https://github.com/reactive-firewall/pythonrepo.git#egg=pythonrepo"
73+
$(QUIET)python3 -m pip install --user "git+https://github.com/reactive-firewall/python-repo.git#egg=pythonrepo"
7474
$(QUITE)$(WAIT)
7575
$(QUIET)$(ECHO) "$@: Done."
7676

0 commit comments

Comments
 (0)