$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
+$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
diff --git a/man/html/depot_tools_tutorial.html b/man/html/depot_tools_tutorial.html index ffe62c1e1..4dc643fdf 100644 --- a/man/html/depot_tools_tutorial.html +++ b/man/html/depot_tools_tutorial.html @@ -873,7 +873,7 @@ Litmus Test
Clone the depot_tools repository:
$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools
+$ git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Add depot_tools to the end of your PATH (you will probably want to put this
in your ~/.bashrc
or ~/.zshrc
). Assuming you cloned depot_tools to
@@ -902,7 +902,7 @@ autoupdate itself. You can use “Extract all…” from the context
bundle to C:\workspace\depot_tools
:
@@ -911,7 +911,7 @@ With Administrator access:
Modify the PATH system variable to include C:\workspace\depot_tools
.
diff --git a/man/man7/depot_tools_tutorial.7 b/man/man7/depot_tools_tutorial.7 index 576370cac..00dd70051 100644 --- a/man/man7/depot_tools_tutorial.7 +++ b/man/man7/depot_tools_tutorial.7 @@ -227,7 +227,7 @@ Clone the \fIdepot_tools\fR repository: .RS 4 .\} .nf -\fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\fR +\fB$ git clone https://chromium\&.googlesource\&.com/chromium/tools/depot_tools\&.git\fR .fi .if n \{\ .RE