Skip to content

Commit e70f126

Browse files
committed
fix submodule ref
Signed-off-by: Cassandra Coyle <[email protected]>
1 parent 7445d71 commit e70f126

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@ If you already cloned the repository without `--recurse-submodules`, you can ini
1414
git submodule update --init --recursive
1515
```
1616

17+
To grab latest, do some variation of the following nuke your existing submodule folder then run:
18+
```bash
19+
rm -rf submodules/durabletask-protobuf
20+
git submodule add --force https://github.com/dapr/durabletask-protobuf.git submodules/durabletask-protobuf
21+
git submodule update --remote submodules/durabletask-protobuf
22+
```
23+
1724
This will initialize and update the submodules.
1825

1926
## Building the project

submodules/durabletask-protobuf

Submodule durabletask-protobuf added at 545663a

0 commit comments

Comments
 (0)