@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user