Skip to content

Commit

Permalink
Roll back changes to the drupalbox/Vagrantfile in case that's what's …
Browse files Browse the repository at this point in the history
…prompting folks for serverspec.
  • Loading branch information
becw committed Nov 17, 2016
1 parent 368e2e3 commit 0bf63f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drupalbox/Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%w{ vagrant-hostmanager vagrant-auto_network vagrant-serverspec }.each do |plugin|
%w{ vagrant-hostmanager vagrant-auto_network }.each do |plugin|
unless Vagrant.has_plugin?(plugin)
raise "#{plugin} plugin is not installed. Please install with: vagrant plugin install #{plugin}"
end
Expand Down

0 comments on commit 0bf63f7

Please sign in to comment.