Skip to content

Commit

Permalink
Merge pull request #492 from tkmtnt7000/fix-https-to-url
Browse files Browse the repository at this point in the history
[google_chat_ros] Fix an error message typo; https ==> url
  • Loading branch information
k-okada authored Aug 7, 2023
2 parents d8182a3 + 6eb4101 commit 2c04a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_chat_ros/scripts/google_chat_ros_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self):
rospy.logwarn("You cannot recieve Google Chat event because HTTPS server or Google Cloud Pub/Sub is not running.")

else:
rospy.logerr("Please choose receiving_mode param from dialogflow, https, pubsub, none.")
rospy.logerr("Please choose receiving_mode param from dialogflow, url, pubsub, none.")

def killhttpd(self):
self._server.kill()
Expand Down

0 comments on commit 2c04a08

Please sign in to comment.