Edit message when requested branch of FTL is not available

This commit is contained in:
DL6ER
2017-07-05 19:30:05 +02:00
parent 98afb0e998
commit 70fd94edb3

View File

@ -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}"