chef_cap 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/chef_cap/version.rb +1 -1
- data/recipes/rvm_bootstrap.rb +1 -1
- metadata +1 -1
data/lib/chef_cap/version.rb
CHANGED
data/recipes/rvm_bootstrap.rb
CHANGED
@@ -9,7 +9,7 @@ namespace :rvm do
|
|
9
9
|
rvm_standup_script = <<-SH
|
10
10
|
#!/bin/bash
|
11
11
|
RVM_URL="https://rvm.beginrescueend.com/install/rvm"
|
12
|
-
export PATH=$PATH:/usr/local/bin
|
12
|
+
export PATH=$PATH:/usr/local/rvm/bin
|
13
13
|
HAVE_RVM_ALREADY=`which rvm 2>/dev/null`
|
14
14
|
if [ ! -z $HAVE_RVM_ALREADY ]; then
|
15
15
|
echo "Looks like RVM is already on this machine. Skipping."
|