diff --git a/dev_setup/bin/vcap_dev_setup b/dev_setup/bin/vcap_dev_setup index 97ff53142..71f45f905 100755 --- a/dev_setup/bin/vcap_dev_setup +++ b/dev_setup/bin/vcap_dev_setup @@ -69,7 +69,7 @@ if [ -z "$CLOUDFOUNDRY_DOMAIN" ]; then fi if [ -z "$VCAP_REPO" ]; then - VCAP_REPO=https://github.com/cloudfoundry/vcap.git + VCAP_REPO=https://github.com/flaviamissi/vcap.git fi if [ -z "$VCAP_REPO_BRANCH" ]; then diff --git a/setup/install b/setup/install index 20b91b27b..342057b4b 100755 --- a/setup/install +++ b/setup/install @@ -1,7 +1,7 @@ #!/bin/bash # Allow VCAP_REPO to be overriden for testing -VCAP_REPO=${VCAP_REPO:-https://github.com/cloudfoundry/vcap.git} +VCAP_REPO=${VCAP_REPO:-https://github.com/flaviamissi/vcap.git} export rvm_trust_rvmrcs_flag=1 # Trust all rmvrcs we find