Skip to content

Commit 208e9f5

Browse files
committed
fixed DCO and committed doc final
Signed-off-by: d4v1d03 <amit08072005@gmail.com>
1 parent ab10bdc commit 208e9f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kpm_sparse_checkout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ edition = "v0.9.0"
3737
version = "0.0.1"
3838
3939
[dependencies]
40-
my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" }
40+
my_dependency = { git = "https://github.com/example/repo/path/to/package" }
4141
4242
```
4343

@@ -53,7 +53,7 @@ edition = "v0.9.0"
5353
version = "0.0.1"
5454
5555
[dependencies]
56-
my_dependency = { git = "https://github.com/example/repo", subdirectory = "path/to/package" }
56+
my_dependency = { git = "https://github.com/example/repo/path/to/package" }
5757
```
5858

5959
## 6. Integration and the use of go-getter to download the specific subdirectories

0 commit comments

Comments
 (0)