Commit 4c855592 authored by Rane Squires's avatar Rane Squires

Fixed formatting of command path

parent 93dc2d74
......@@ -7,6 +7,6 @@
class anaconda::update {
exec { 'updateconda':
command => 'conda update conda',
path => '/miniconda/bin',
path => ['/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