Edit message when requested branch of FTL is not available

pull/1567/head
DL6ER 7 years ago
parent 98afb0e998
commit 70fd94edb3
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -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…
Cancel
Save