Skip to content

Commit

Permalink
Merge pull request #3 from sunjayBhatia/update-readme
Browse files Browse the repository at this point in the history
Use basename not dirname for director_name
  • Loading branch information
cppforlife authored Nov 30, 2016
2 parents 4680c88 + 09d7fa3 commit bb8e9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ bosh create-env ~/workspace/bosh-deployment/bosh.yml \
-v default_key_name=bosh \
-v default_security_groups=[bosh] \
-v subnet_id=subnet-... \
-v director_name=$(dirname $PWD) \
-v director_name=$(basename $PWD) \
-v internal_cidr=10.0.0.0/24 \
-v internal_gw=10.0.0.1 \
-v internal_ip=10.0.0.6 \
Expand Down

0 comments on commit bb8e9e0

Please sign in to comment.