Skip to content

Commit

Permalink
Shortening the default CLI node name prefix from '_ros2cli_node' to '…
Browse files Browse the repository at this point in the history
…_ros2cli'
  • Loading branch information
AAlon committed Dec 13, 2018
1 parent 5d2d22d commit 6e56075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2cli/ros2cli/node/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
# TODO(mikaelarguedas) revisit this once it's specified
HIDDEN_NODE_PREFIX = '_'
CLI_NODE_NAME_PREFIX = HIDDEN_NODE_PREFIX + 'ros2cli_node'
CLI_NODE_NAME_PREFIX = HIDDEN_NODE_PREFIX + 'ros2cli'

0 comments on commit 6e56075

Please sign in to comment.