Skip to content

Commit

Permalink
Merge pull request #21 from lishim/master
Browse files Browse the repository at this point in the history
Fixed miniconda error
  • Loading branch information
thmttch authored Sep 4, 2017
2 parents bdb8d9b + 46fc4d8 commit a8471db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"Anaconda#{python_version == 'python3' ? '3' : (Gem::Version.new(version) >= Gem::Version.new('4.0.0') ? '2' : '')}-#{version}-Linux-#{flavor}.sh"
else
Chef::Log.debug "miniconda installs ONLY have version = latest; setting it now"
node.anaconda.version = 'latest'
node.default.anaconda.version = 'latest'
version = 'latest'
"Miniconda#{python_version == 'python3' ? '3' : '2'}-#{version}-Linux-#{flavor}.sh"
end
Expand Down

0 comments on commit a8471db

Please sign in to comment.