Skip to content

Commit

Permalink
Updated command with branch output (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
asa1997 authored May 21, 2024
1 parent a70fc52 commit eac17e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/bash/commands/besman-list.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <GitHub Org>"
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 <GitHub Org>"
fi
Expand Down Expand Up @@ -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 <GitHub Org>/<Repo name>"

Expand Down

0 comments on commit eac17e9

Please sign in to comment.