Browse Source

Fix Vagrantfile

Kevin Ballard 8 years ago
parent
commit
e73eb2dc1a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Vagrantfile

+ 2 - 0
Vagrantfile

@@ -1,3 +1,5 @@
+require 'date'
+
 Vagrant.configure(2) do |config|
     config.vm.provider :virtualbox do |v|
         v.name = 'exa'