Skip to content

Commit

Permalink
Fix info script
Browse files Browse the repository at this point in the history
[Bug Fixes]

* `genesis info` now correctly provides the bosh environment details
  • Loading branch information
dennisjbell committed Oct 20, 2023
1 parent 1de376f commit 34dbdf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/info
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BOSH_CLIENT="$(exodus admin_username)"
BOSH_CLIENT_SECRET="$(exodus admin_password)"

echo "BOSH env"
bosh env --tty | sed -e 's/^/ /';
bosh -A env --tty | sed -e 's/^/ /';

describe "" \
"Accessing BOSH:" \
Expand Down

0 comments on commit 34dbdf4

Please sign in to comment.