diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 22:18:42 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-21 22:18:42 +0000 |
commit | 9e9d27832736dd2edf7a7053851bf4a49a8e1b36 (patch) | |
tree | e7be682422b32dbcb49440087347a9a5b3cb9ccc /chrome/common/extensions | |
parent | 816d10309adab88a8e7dcef91f380d8236f008dd (diff) | |
download | chromium_src-9e9d27832736dd2edf7a7053851bf4a49a8e1b36.zip chromium_src-9e9d27832736dd2edf7a7053851bf4a49a8e1b36.tar.gz chromium_src-9e9d27832736dd2edf7a7053851bf4a49a8e1b36.tar.bz2 |
Fix typo in native-messaging-example-host.bat
R=mpcomplete@chromium.org
Review URL: https://codereview.chromium.org/16943016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207934 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/extensions')
-rwxr-xr-x | chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat index 7793ee7..430179e 100755 --- a/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat +++ b/chrome/common/extensions/docs/examples/api/nativeMessaging/host/native-messaging-example-host.bat @@ -3,4 +3,4 @@ :: Use of this source code is governed by a BSD-style license that can be :: found in the LICENSE file. -python "%~dp0/native-messaging-example-host.py" %* +python "%~dp0/native-messaging-example-host" %* |