Fix #33 bug, thinking all users are anon
Fix bug in vagrantfile Fix bug in db create/drop Fix typo in cli
This commit is contained in:
parent
c2404760b8
commit
863de00a14
6 changed files with 15 additions and 17 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
|||
vb.cpus = 2
|
||||
end
|
||||
|
||||
config.vm.provision "shell", path: "install.sh", privileged: "false"
|
||||
config.vm.provision "shell", path: "install.sh", privileged: false
|
||||
end
|
||||
|
||||
Vagrant::Config.run do |config|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue