Skip to content

Commit dd537cc

Browse files
committed
Update template
1 parent 9e1c116 commit dd537cc

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/UrbanMachine/create-ros-app.git",
3-
"commit": "340d2e1a720c27568b2729fa4ae27a1a28a08335",
3+
"commit": "7697b9d1edf4d2b27d2bc9d3095fa893a8d92497",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

docker/launch

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ set -o nounset
2727
function usage {
2828
echo "Usage: docker/launch [--no-pull] <launch-profile>" >&2
2929
echo "Available launch profiles are:" >&2
30-
find launch-profiles/ -maxdepth 1 -type d >&2
30+
# shellcheck disable=SC2012
31+
ls -1 launch-profiles/ | sed 's/^/ - /' >&2
3132
echo "" >&2
3233
echo "Read more about 'launch-profiles' under 'docs/about_template.md'" >&2
3334
exit 1

0 commit comments

Comments
 (0)