Skip to content

Commit 45f758f

Browse files
StefanSchererMano Marks
authored and
Mano Marks
committed
Fix git clone (docker#10)
Signed-off-by: Stefan Scherer <scherer_stefan@icloud.com>
1 parent 3473096 commit 45f758f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows/dotnet-linux-het/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Ethernet adapter Ethernet 2:
303303
<pre>
304304
PS > choco install git -y
305305
PS > $env:PATH = "$env:PATH;c:\program files\git\cmd"
306-
PS > git clone https://github.com/labs.git
306+
PS > git clone https://github.com/docker/labs.git
307307
PS > cd labs\windows
308308
PS > docker build -t swarm swarm-windows
309309
</pre>

0 commit comments

Comments
 (0)