Commit 988d8c1d authored by Rane Squires's avatar Rane Squires

Change command path to /opt

parent 49f93dd1
Pipeline #33 canceled with stages
...@@ -7,6 +7,6 @@ ...@@ -7,6 +7,6 @@
class anaconda::update { class anaconda::update {
exec { 'updateconda': exec { 'updateconda':
command => 'conda update conda', command => 'conda update conda',
path => ['/miniconda/bin',], path => ['/opt/miniconda/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