Commit 0a753d6b authored by pkasting@chromium.org's avatar pkasting@chromium.org

Fix typo.

Review URL: https://chromiumcodereview.appspot.com/13987010

git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@195363 0039d316-1c4b-4281-b951-d872f2087c98
parent 71cbb503
......@@ -797,7 +797,7 @@ class SVN(object):
bogus_dir = tempfile.mkdtemp()
try:
return SVN._GenerateDiffInternal(filenames, cwd, full_move, revision,
["diff", "--config_dir", bogus_dir])
["diff", "--config-dir", bogus_dir])
finally:
gclient_utils.RemoveDirectory(bogus_dir)
......
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