core: Machine can set box
This commit is contained in:
parent
12b2572687
commit
2550a76edb
|
@ -10,7 +10,7 @@ module Vagrant
|
|||
# The box that is backing this machine.
|
||||
#
|
||||
# @return [Box]
|
||||
attr_reader :box
|
||||
attr_accessor :box
|
||||
|
||||
# Configuration for the machine.
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue