Skip to content

Commit 721a6bd

Browse files
authored
Update README.md
fixed missing whitespace in the echo command.
1 parent d177ca9 commit 721a6bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ You can follow the steps below to clone individual files from the sql-server-sam
2424
git clone -n https://github.com/Microsoft/sql-server-samples
2525
cd sql-server-samples
2626
git config core.sparsecheckout true
27-
echo samples/features/*| out-file -append -encoding ascii.git/info/sparse-checkout
28-
echo samples/demos/*| out-file -append -encoding ascii.git/info/sparse-checkout
27+
echo samples/features/*| out-file -append -encoding ascii .git/info/sparse-checkout
28+
echo samples/demos/*| out-file -append -encoding ascii .git/info/sparse-checkout
2929
git checkout
3030
```
3131
For more information about sparse checkout please visit [this](https://stackoverflow.com/questions/23289006/on-windows-git-error-sparse-checkout-leaves-no-entry-on-the-working-directory) stackoverflow thread.

0 commit comments

Comments
 (0)