Don't break existing error message

This commit is contained in:
Jeff Bonhag 2019-11-05 12:18:41 -05:00
parent a742476305
commit 2f649c1732
1 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,8 @@ module VagrantPlugins
path = "#{folder}/modinfo"
return path if File.file?(path)
end
"modinfo"
end
# @private