docs: update submodule documentation for pester removal (#5786)

Since Pester is not a submodule anymore, replace submodule example in git submodule docs/FAQ.md with the only leftover submodule src/libpsl-native/test/googletest
This commit is contained in:
Chris 2018-01-05 20:29:55 +00:00 committed by Travis Plunk
parent 63b80945a1
commit 0f60625879

View file

@ -104,7 +104,7 @@ that new packages' binaries get stomped on by old packages' binaries.
## Why is my submodule empty?
If a submodule (such as `src/Modules/Pester`) is empty, that means it is
If a submodule (such as `src/libpsl-native/test/googletest`) is empty, that means it is
uninitialized.
If you've already cloned, you can do this with:
@ -122,14 +122,12 @@ git submodule status
If they're initialized, it will look like this:
```output
f23641488f8d7bf8630ca3496e61562aa3a64009 src/Modules/Pester (f23641488)
c99458533a9b4c743ed51537e25989ea55944908 src/libpsl-native/test/googletest (release-1.7.0)
```
If they're not, there will be minuses in front (and the folders will be empty):
```output
-f23641488f8d7bf8630ca3496e61562aa3a64009 src/Modules/Pester (f23641488)
-c99458533a9b4c743ed51537e25989ea55944908 src/libpsl-native/test/googletest (release-1.7.0)
```