From 0a7207fa090beb24606cc00dde314ab0d43e19da Mon Sep 17 00:00:00 2001 From: Ryan Zebian Date: Tue, 10 Apr 2018 23:20:54 -0700 Subject: [PATCH] Fix Sparse Checkout README command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b4e76c..3620250e 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Each sample should be in its own folder with a README.md file that follows the [ ## Cloning only a subset of the repo (with sparse checkout) You can follow the steps below to clone individual files from the sql-server-samples git repo. Note: The following script clones only the files under the **features** and **demos** folders. ``` -git clone -n https://github.com/Microsoft/sql-server-samples.\sql-server-samples +git clone -n https://github.com/Microsoft/sql-server-samples cd sql-server-samples git config core.sparsecheckout true echo samples/features/*| out-file -append -encoding ascii.git/info/sparse-checkout