From bbdf9fc67d83dfcf71d59a53598818faf932a51d Mon Sep 17 00:00:00 2001 From: Jackson Delahunt Date: Sat, 12 Oct 2019 16:26:51 +1100 Subject: [PATCH] quotes --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 4f35207..31d7ab9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -262,7 +262,7 @@ RUN wget -O code.deb -nv https://go.microsoft.com/fwlink/?LinkID=760868 && \ # Install weechat slack plugin RUN mkdir -p $HOME/.weechat/python/autoload && \ - curl -fsSL "https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py" -o $HOME/.weechat/python/wee_slack.py && \ + curl -fsSL https://raw.githubusercontent.com/rawdigits/wee-slack/master/wee_slack.py -o $HOME/.weechat/python/wee_slack.py && \ ln -s $HOME/.weechat/python/wee_slack.py $HOME/.weechat/python/autoload && \ pip install websocket-client