From f6735dbec52e3188035b836836ce2c45a5ccdd6d Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Wed, 9 Dec 2020 10:12:50 +0800 Subject: [PATCH] Fix Travis Docker rz-pipe URL --- Dockerfile.travis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.travis b/Dockerfile.travis index 84638e482c..d2e3a50cb1 100644 --- a/Dockerfile.travis +++ b/Dockerfile.travis @@ -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 []