Downgrade duplicate message about versions to info

Fixes #155
This commit is contained in:
3wc
2021-05-30 20:11:15 +02:00
parent 6c9dff0eed
commit e04c5228de
2 changed files with 2 additions and 1 deletions

2
abra
View File

@ -669,7 +669,7 @@ get_recipe_versions() {
get_recipe_version_latest() {
if [ "${#RECIPE_VERSIONS[@]}" = 0 ]; then
VERSION=""
warning "No version specified, dangerously using latest git 😨"
info "No versions found"
else
VERSION="${RECIPE_VERSIONS[-1]}"
info "Chose version $VERSION"