Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

Commit

Permalink
Issue #709: Add strict vagrant version requirement for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyc committed Jun 6, 2016
1 parent 37536ad commit f4c4390
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# -*- mode: ruby -*-
# vi: set ft=ruby :
VAGRANTFILE_API_VERSION = '2'
Vagrant.require_version '>= 1.8.1'

# Absolute paths on the host machine.
host_drupalvm_dir = File.dirname(File.expand_path(__FILE__))
Expand Down

0 comments on commit f4c4390

Please sign in to comment.