Commit 42c078eb authored by Joe Downing's avatar Joe Downing Committed by Commit Bot

Fixing a comment in the linux host wrapper script

I noticed this while looking at the exit codes, basically the
comment references a non-existent file.  I fixed it to point
to the correct file.

Change-Id: I5d172c1023fd28705c1957d176b37a9be6a5d32f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091654
Auto-Submit: Joe Downing <joedow@chromium.org>
Reviewed-by: default avatarYuwei Huang <yuweih@chromium.org>
Commit-Queue: Yuwei Huang <yuweih@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747918}
parent f033bfdc
...@@ -1702,7 +1702,7 @@ Web Store: https://chrome.google.com/remotedesktop""" ...@@ -1702,7 +1702,7 @@ Web Store: https://chrome.google.com/remotedesktop"""
desktop.host_ready = False desktop.host_ready = False
# These exit-codes must match the ones used by the host. # These exit-codes must match the ones used by the host.
# See remoting/host/host_error_codes.h. # See remoting/host/host_exit_codes.h.
# Delete the host or auth configuration depending on the returned error # Delete the host or auth configuration depending on the returned error
# code, so the next time this script is run, a new configuration # code, so the next time this script is run, a new configuration
# will be created and registered. # will be created and registered.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment