Commit be4c5c0c15958009062fcfb78ed46ae2ba8332a8

Authored by Georg Hopp
1 parent c3043f36

fix usage of privileged

Showing 1 changed file with 1 additions and 1 deletions
... ... @@ -42,7 +42,7 @@ Currently the provider knows only one config option.
42 42 ```ruby
43 43 Vagrant.configure("2") do |config|
44 44 config.vm.provider :lxd do |lxd|
45   - lxd.privileged = true
  45 + lxd.privileged
46 46 end
47 47 end
48 48 ```
... ...
Please register or login to post a comment