mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Include branch we're switching from
Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
parent
f38912a0c9
commit
d90489b31d
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ checkout_pull_branch() {
|
|||
|
||||
oldbranch="$(git symbolic-ref HEAD)"
|
||||
|
||||
str="Switching to branch: ${branch}"
|
||||
str="Switching to branch: '${branch}' from '${oldbranch}'"
|
||||
echo -ne " ${INFO} $str"
|
||||
git checkout "${branch}" --quiet || return 1
|
||||
echo -e "${OVER} ${TICK} $str"
|
||||
|
|
Loading…
Reference in a new issue