Skip to content

Commit

Permalink
ros2pkg warning message typo fix. (#827)
Browse files Browse the repository at this point in the history
osrf/ros2_test_cases#954

Signed-off-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
(cherry picked from commit ad7fec5)
  • Loading branch information
fujitatomoya authored and mergify[bot] committed May 6, 2023
1 parent ff8aed4 commit 88fe610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2pkg/ros2pkg/verb/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,4 @@ def main(self, *, args):
else:
print("\n[WARNING]: Unknown license '%s'. This has been set in the package.xml, but "
'no LICENSE file has been created.\nIt is recommended to use one of the ament '
'license identitifers:\n%s' % (args.license, '\n'.join(available_licenses)))
'license identifiers:\n%s' % (args.license, '\n'.join(available_licenses)))

0 comments on commit 88fe610

Please sign in to comment.