mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-05-01 03:00:26 -04:00
fix /usr/local/bin/crew:525:in '+': no implicit conversion of Float into String (TypeError)
This commit is contained in:
2
bin/crew
2
bin/crew
@@ -522,7 +522,7 @@ def update
|
||||
search package[:name], true
|
||||
if package[:version] != @pkg.version
|
||||
canBeUpdated += 1
|
||||
puts @pkg.name + ' could be updated from ' + package[:version] + ' to ' + @pkg.version
|
||||
puts @pkg.name + ' could be updated from ' + package[:version].to_s + ' to ' + @pkg.version
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user