Cache the output of Driver#version
This commit is contained in:
parent
23f531b38c
commit
251fe68035
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ module Vagrant
|
||||||
end
|
end
|
||||||
|
|
||||||
def version
|
def version
|
||||||
@cli.version
|
@version ||= @cli.version
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: This needs to be reviewed and specs needs to be written
|
# TODO: This needs to be reviewed and specs needs to be written
|
||||||
|
|
Loading…
Reference in a new issue