From 0e561e61cf072faa354def10eae8b0c68e8dc46e Mon Sep 17 00:00:00 2001 From: seanauff Date: Fri, 29 May 2020 16:05:50 -0400 Subject: [PATCH] change ETA plugin to new repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e05255..9097bad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octopri && ./venv/bin/pip install . RUN /opt/octoprint/venv/bin/python -m pip install \ -https://github.com/pablogventura/Octoprint-ETA/archive/master.zip \ +https://github.com/AlexVerrico/Octoprint-Display-ETA/archive/master.zip \ https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \ https://github.com/tpmullan/OctoPrint-DetailedProgress/archive/master.zip \ https://github.com/mmone/OctoPrintKlipper/archive/master.zip \