Fix vagrantfile having unusable function

This commit is contained in:
Hamcha 2019-06-19 16:52:12 +02:00
parent 891fe7c6f9
commit 6fe3673048
Signed by: hamcha
GPG key ID: A40413D21021EAEE

View file

@ -19,8 +19,4 @@ class BuildProject < Vagrant.plugin(2)
command "build" do
BuildCmd
end
command "make-builder" do
MakeBuilder
end
end