diff --git a/src/main/bash/commands/besman-list.sh b/src/main/bash/commands/besman-list.sh index d13083e9..35442929 100755 --- a/src/main/bash/commands/besman-list.sh +++ b/src/main/bash/commands/besman-list.sh @@ -91,7 +91,7 @@ function __besman_list_envs() __besman_echo_yellow "$ bes set BESMAN_LOCAL_ENV false" __besman_echo_yellow "$ bes set BESMAN_ENV_REPOS " else - __besman_echo_yellow "Pointing to $BESMAN_ENV_REPOS" + __besman_echo_yellow "Pointing to $BESMAN_ENV_REPOS; tree - $BESMAN_ENV_REPO_BRANCH" __besman_echo_yellow "If you wish to change the repo run the below command" __besman_echo_yellow "$ bes set BESMAN_ENV_REPOS " fi @@ -245,7 +245,7 @@ function __besman_list_playbooks() __besman_echo_no_colour "" __besman_echo_no_colour "" - __besman_echo_yellow "Pointing to $BESMAN_PLAYBOOK_REPO" + __besman_echo_yellow "Pointing to $BESMAN_PLAYBOOK_REPO; tree - $BESMAN_PLAYBOOK_REPO_BRANCH" __besman_echo_yellow "If you wish to change the repo run the below command" __besman_echo_yellow "$ bes set BESMAN_PLAYBOOK_REPO /"