diff --git a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md index 4872598..c914f04 100644 --- a/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md +++ b/02.-Setting-eShopOnContainer-solution-up-in-a-Visual-Studio-2017-environment.md @@ -103,7 +103,7 @@ By default, clone the MASTER branch which is VS 2017 comaptible: So make sure you switch to that branch in VS 2017 after cloning or clone that beanch with a Git command, from command prompt or PowerShell, similar to: - git clone -b vs2017 https://github.com/dotnet/eShopOnContainers.git + git clone https://github.com/dotnet/eShopOnContainers.git ### Open eShopOnContainers solution, Build, Run