fix /usr/local/bin/crew:525:in '+': no implicit conversion of Float into String (TypeError)

This commit is contained in:
saltedcoffii
2021-07-29 08:29:10 -07:00
parent aad97e19a6
commit 0a691d5dc0

View File

@@ -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