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
|
||||
|
||||
def version
|
||||
@cli.version
|
||||
@version ||= @cli.version
|
||||
end
|
||||
|
||||
# TODO: This needs to be reviewed and specs needs to be written
|
||||
|
|
Loading…
Reference in a new issue