Skip to content

Commit 1fb086a

Browse files
committed
[google_chat_ros] Fix https to url
1 parent 7c9eb0f commit 1fb086a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google_chat_ros/scripts/google_chat_ros_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(self):
8686
rospy.logwarn("You cannot recieve Google Chat event because HTTPS server or Google Cloud Pub/Sub is not running.")
8787

8888
else:
89-
rospy.logerr("Please choose receiving_mode param from dialogflow, https, pubsub, none.")
89+
rospy.logerr("Please choose receiving_mode param from dialogflow, url, pubsub, none.")
9090

9191
def killhttpd(self):
9292
self._server.kill()

0 commit comments

Comments
 (0)