Cache the output of Driver#version

This commit is contained in:
Fabio Rehm 2013-07-29 12:10:59 -03:00
parent 23f531b38c
commit 251fe68035

View file

@ -93,7 +93,7 @@ module Vagrant
end
def version
@cli.version
@version ||= @cli.version
end
# TODO: This needs to be reviewed and specs needs to be written