diff --git a/lib/vagrant-lxc/driver.rb b/lib/vagrant-lxc/driver.rb index 3c508d8..84da6e5 100644 --- a/lib/vagrant-lxc/driver.rb +++ b/lib/vagrant-lxc/driver.rb @@ -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