Skip to content

Commit 0a7207f

Browse files
authored
Fix Sparse Checkout README command
1 parent c963e3b commit 0a7207f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Each sample should be in its own folder with a README.md file that follows the [
2121
## Cloning only a subset of the repo (with sparse checkout)
2222
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.
2323
```
24-
git clone -n https://github.com/Microsoft/sql-server-samples.\sql-server-samples
24+
git clone -n https://github.com/Microsoft/sql-server-samples
2525
cd sql-server-samples
2626
git config core.sparsecheckout true
2727
echo samples/features/*| out-file -append -encoding ascii.git/info/sparse-checkout

0 commit comments

Comments
 (0)