diff --git a/abra b/abra index d07e9d2..24a8063 100755 --- a/abra +++ b/abra @@ -685,7 +685,11 @@ get_recipe_version_latest() { info "No versions found" else VERSION="${RECIPE_VERSIONS[-1]}" - info "Chose version $VERSION" + if [ "$abra___chaos" = "true" ]; then + info "Not choosing a version and instead deploying from latest commit" + else + info "Chose version $VERSION" + fi fi }