Skip to content

Commit a96e8a9

Browse files
author
Minggang Wang
committed
Add rolling info when checking the ROS distro
Fix #None
1 parent 10f7efa commit a96e8a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/ros_distro.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ switch (process.env.ROS_DISTRO) {
55
console.log('1911');
66
process.exit(0);
77
case 'foxy':
8+
case 'rolling':
89
console.log('2006');
910
process.exit(0);
1011
case undefined:

0 commit comments

Comments
 (0)