Skip to content

Commit

Permalink
Add missing parenthesis. (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarenameas authored Nov 4, 2020
1 parent 3d4a123 commit 5fff2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ For a CMake example of building the MQTT library with the `mqttFilePaths.cmake`
## Building Unit Tests

### Checkout CMock Submodule
By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodule this repository.
By default, the submodules in this repository are configured with `update=none` in [.gitmodules](.gitmodules) to avoid increasing clone time and disk space usage of other repositories (like [amazon-freertos](https://github.com/aws/amazon-freertos) that submodules this repository).

To build unit tests, the submodule dependency of CMock is required. Use the following command to clone the submodule:
```
Expand Down

0 comments on commit 5fff2c0

Please sign in to comment.