From f2733ab63167dab7bf3e2ab85452b09e432043e2 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sat, 30 May 2015 20:44:59 -0700 Subject: [PATCH] bundler, not bundle --- website/docs/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Vagrantfile b/website/docs/Vagrantfile index 29280239a..34e232f31 100644 --- a/website/docs/Vagrantfile +++ b/website/docs/Vagrantfile @@ -10,7 +10,7 @@ curl -sSL https://get.rvm.io | bash -s stable . ~/.bash_profile rvm install 2.0.0 rvm --default use 2.0.0 -gem install bundle +gem install bundler cd /vagrant bundle SCRIPT