Skip to content

Commit

Permalink
Fix bash code that is failing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apockill committed Dec 4, 2024
1 parent adbea0b commit 33ad607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/launch
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ set -o nounset
function usage {
echo "Usage: docker/launch [--no-pull] <launch-profile>" >&2
echo "Available launch profiles are:" >&2
ls -1 launch-profiles/ | sed 's/^/ - /' >&2
find launch-profiles/ -maxdepth 1 -type d >&2
echo "" >&2
echo "Read more about 'launch-profiles' under 'docs/about_template.md'" >&2
exit 1
Expand Down

0 comments on commit 33ad607

Please sign in to comment.