Fix vagrantfile having unusable function
This commit is contained in:
parent
891fe7c6f9
commit
6fe3673048
1 changed files with 0 additions and 4 deletions
|
@ -19,8 +19,4 @@ class BuildProject < Vagrant.plugin(2)
|
||||||
command "build" do
|
command "build" do
|
||||||
BuildCmd
|
BuildCmd
|
||||||
end
|
end
|
||||||
|
|
||||||
command "make-builder" do
|
|
||||||
MakeBuilder
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue