Commit 618cf8a4 authored by Rane Squires's avatar Rane Squires

Fix typo in url

parent fc0e3dda
Pipeline #106 canceled with stages
......@@ -7,7 +7,7 @@
class anaconda::install {
exec { 'downloadconda':
creates => '/opt/miniconda.sh',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-3.7.0-latest-x86_64.sh -O /opt/miniconda.sh',
command => 'wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /opt/miniconda.sh',
path => ['/usr/bin'],
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment