Skip to content

Commit

Permalink
Merge branch 'master' of github.com:flaviamissi/vcap
Browse files Browse the repository at this point in the history
  • Loading branch information
flavianmissi committed Jan 25, 2012
2 parents 3cdcead + 23eaf19 commit 01835a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev_setup/bin/vcap_dev_setup
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 01835a9

Please sign in to comment.