Mercurial > hg > easyhg
changeset 703:bfd6014ee278
URL typo fix
author | Chris Cannam |
---|---|
date | Wed, 12 Dec 2018 10:30:21 +0000 |
parents | ce1609627ff4 |
children | bec2618313d8 |
files | deploy/linux/docker/Dockerfile_appimage.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:24:48 2018 +0000 +++ b/deploy/linux/docker/Dockerfile_appimage.in Wed Dec 12 10:30:21 2018 +0000 @@ -33,7 +33,7 @@ RUN ( echo '[ui]' ; echo 'ssh = ssh -i /root/.ssh/id_dsa_build' ) > .hgrc WORKDIR / -RUN hg clone -r[[REVISION]] ssh://bitbucket.org/cannam/easyhg +RUN hg clone -r[[REVISION]] ssh://hg@bitbucket.org/cannam/easyhg WORKDIR /easyhg ENV QTDIR /opt/qt510