From 2e2d75bff5e1cb30a03ab9824925ce41f34e6527 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 4 Jan 2018 06:52:12 +0000 Subject: [PATCH] Since Pester is not a submodule any more, replace submodule example in git submodule docs/FAQ.md with the only left over submodule src/libpsl-native/test/googletest --- docs/FAQ.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index f6f252c4225..34e9dc11460 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -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) ```