Skip to content

Commit c159a61

Browse files
Update rpc_sepc submodule
1 parent bcf6414 commit c159a61

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "generator/rpc_spec"]
22
path = generator/rpc_spec
33
url = https://github.com/smartdevicelink/rpc_spec.git
4-
branch = develop
4+
branch = master

generator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python3 -m pip install -r requirements.txt
1414
```
1515
Please also make sure before usage the `utils/generator/rpc_spec` Git submodule is successfully initialized, because the script uses the XML parser provided there.
1616
```shell script
17-
git submodule update --init --recursive --remote
17+
git submodule update --init --recursive
1818
```
1919

2020
## Usage

generator/rpc_spec

0 commit comments

Comments
 (0)