Commit 0157abf8 authored by Rane Squires's avatar Rane Squires

Fix copy-paste error

parent 08c48119
Pipeline #68 failed with stages
......@@ -29,7 +29,7 @@ class anaconda::environments {
require => File['/opt/envs'],
}
exec { 'setupvanilla3':
exec { 'setupupdatecheck':
unless => "conda env list | grep -q 'updatecheck'",
command => 'conda env create -f /opt/envs/updatecheck.yml',
require => File['/opt/envs/updatecheck.yml'],
......
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