Skip to content

Commit 2b50b01

Browse files
committed
readme: cosmetic
1 parent 58c6fb1 commit 2b50b01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ which will be within 'namespace::class' declaration
3434

3535
### Integration with the build system
3636
```sh
37-
find project -iname "*.h" -or -iname "*.hpp" | xargs "projects/externals/gmock.py" \
37+
find project -iname "*.h" -or -iname "*.hpp" | xargs "project/externals/gmock.py" \
3838
-c "project/conf/gmock.conf" \
3939
-d "project/generated/mocks" \
4040
-l "Project"

0 commit comments

Comments
 (0)