From 8a36200e028e5812e53912d26bbe28cef89b247b Mon Sep 17 00:00:00 2001 From: seanauff Date: Fri, 8 May 2020 10:37:00 -0400 Subject: [PATCH] change detailed progress plugin to new maintainer --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dcf29b7..ff38833 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN git clone --branch $tag https://github.com/foosel/OctoPrint.git /opt/octopri RUN /opt/octoprint/venv/bin/python -m pip install \ https://github.com/pablogventura/Octoprint-ETA/archive/master.zip \ https://github.com/1r0b1n0/OctoPrint-Tempsgraph/archive/master.zip \ -https://github.com/dattas/OctoPrint-DetailedProgress/archive/master.zip \ +https://github.com/tpmullan/OctoPrint-DetailedProgress/archive/master.zip \ https://github.com/mmone/OctoPrintKlipper/archive/master.zip \ https://github.com/jneilliii/OctoPrint-TabOrder/archive/master.zip \ https://github.com/jneilliii/OctoPrint-BedLevelVisualizer/archive/master.zip \