Skip to content

Commit

Permalink
[jsk_robot_startup] Fix arg name reveiver --> receiver (#1886)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 authored Oct 31, 2023
1 parent a63b5e3 commit 6caf38c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<group if="$(arg use_mail)" ns="$(arg namespace)">
<param name="sender_address" value="$(arg email_sender_address)" />
<param name="receiver_address" value="$(arg email_reveiver_address)" />
<param name="receiver_address" value="$(arg email_receiver_address)" />
</group>
<group if="$(arg use_google_chat)" ns="$(arg namespace)">
<param name="google_chat_space" value="$(arg google_chat_space)" />
Expand Down

0 comments on commit 6caf38c

Please sign in to comment.