Fix Travis Docker rz-pipe URL

This commit is contained in:
Anton Kochkov 2020-12-09 10:12:50 +08:00
parent f5bfadf181
commit f6735dbec5

View file

@ -34,6 +34,6 @@ RUN apt-get install -y \
RUN pip3 install meson
RUN pip3 install ninja
RUN pip3 install 'git+https://github.com/rizinorg/rizin-rzpipe#egg=rzpipe&subdirectory=python'
RUN pip3 install 'git+https://github.com/rizinorg/rz-pipe#egg=rzpipe&subdirectory=python'
CMD []