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
1 changed files with 0 additions and 4 deletions

View File

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