Skip to content

Commit

Permalink
fix display
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrand committed Jun 19, 2024
1 parent 77213e0 commit 0483bbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/log-bosh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if [ ${flagError} = 0 ] ; then
if [ ${flagError} = 0 ] ; then
if [ ${flag_interactive} = 1 ] ; then
deployments="$(bosh deployments --json | jq -r '.Tables[].Rows[].name' | pr -3t -W 130)"
printf "\n%bSelect a deployment, or suffix your bosh commands with -d <deployment_name> :%b\n\n%s" "${REVERSE}${GREEN}" "${STD}" "${deployments}"
printf "\n%bSelect a deployment, or suffix your bosh commands with -d <deployment_name> :%b\n%s" "${REVERSE}${GREEN}" "${STD}" "${deployments}"
printf "\n\n%bYour choice (<Enter> to select all) :%b " "${GREEN}${BOLD}" "${STD}" ; read BOSH_DEPLOYMENT

if [ "${BOSH_DEPLOYMENT}" = "" ] ; then
Expand Down
2 changes: 1 addition & 1 deletion tools/switch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
bosh instances
fi
else
printf "\n%bSelect a deployment :%b\n\n%s" "${REVERSE}${GREEN}" "${STD}" "${deployments}"
printf "\n%bSelect a deployment :%b\n%s" "${REVERSE}${GREEN}" "${STD}" "${deployments}"
printf "\n\n%bYour choice (<Enter> to select all) :%b " "${GREEN}${BOLD}" "${STD}" ; read choice
if [ "${choice}" = "" ] ; then
unset BOSH_DEPLOYMENT
Expand Down

0 comments on commit 0483bbe

Please sign in to comment.