Fixed git clone link to use HTTPS instead of SSH
This commit is contained in:
parent
a4a107e6c7
commit
8a3a6dd8ae
1 changed files with 1 additions and 1 deletions
|
@ -32,4 +32,4 @@ mkdir -p /usr/local/share/n98-magerun/modules && \
|
|||
git clone https://github.com/Accolades/MagerunTools.git /usr/local/share/n98-magerun/modules/MagerunTools
|
||||
|
||||
# Install Magento Mess Detector
|
||||
RUN git clone git@github.com:AOEpeople/mpmd.git /usr/local/share/n98-magerun/modules/mpmd
|
||||
RUN git clone https://github.com/AOEpeople/mpmd.git /usr/local/share/n98-magerun/modules/mpmd
|
||||
|
|
Loading…
Reference in a new issue