Browse Source

Fix typo in vagrant setup scripts

Hamilton Turner 11 years ago
parent
commit
7a2a26a5f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/vagrant-common/core.rb

+ 1 - 1
deployment/vagrant-common/core.rb

@@ -82,7 +82,7 @@ def provider_virtualbox(config, role)
     override.vm.hostname = "TFB-#{role}"
 
     override.vm.box = "ubuntu/trusty64"
-    if ENV.fetch('TFB_VM_ARCH','64') == "32"
+    if ENV.fetch('TFB_VB_ARCH','64') == "32"
       override.vm.box = "ubuntu/trusty32"
     end