asdf/test/fixtures/dummy_broken_plugin/bin/list-all

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
91 B
Plaintext
Raw Permalink Normal View History

#!/usr/bin/env bash
echo "Attempting to list versions"
echo "List-all failed!" >&2
exit 1