mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Edit message when requested branch of FTL is not available
This commit is contained in:
parent
98afb0e998
commit
70fd94edb3
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ checkout() {
|
|||
if check_download_exists "$path"; then
|
||||
echo " ${TICK} Branch ${2} exists"
|
||||
else
|
||||
echo " ${CROSS} Branch ${2} doesn't exist"
|
||||
echo " ${CROSS} Requested branch \"${2}\" is not available"
|
||||
fi
|
||||
|
||||
FTLinstall "${binary}" "${path}"
|
||||
|
|
Loading…
Reference in a new issue