#!/usr/bin/env bash

echo "---> Detect: Descriptor Buildpack"

set -o errexit
set -o nounset
set -o pipefail

echo "---> Done"
