diff --git a/scripts/mklaunch b/scripts/mklaunch index d1be78d..93d6ace 100755 --- a/scripts/mklaunch +++ b/scripts/mklaunch @@ -28,7 +28,7 @@ # Please send comments, questions, or patches to code@clearpathrobotics.com path=$1 -files=$(ls $path/*.launch.py) +files=$(ls $path/*launch.[pxy][yma]*) if [[ "$?" != "0" ]]; then echo "" exit 1