user-submodules.txt: Fix formatting

The formatting of the 5 * '=' is equal to 4 * '=', so this went unnoticed
for a while. For consistency make it 4 though.

Change-Id: Iedde9b01cb6660162c13dc741b655c73c02aa852
Signed-off-by: Stefan Beller <sbeller@google.com>
This commit is contained in:
Stefan Beller
2016-05-13 11:59:03 -07:00
committed by David Pursehouse
parent 48456f6cd6
commit 22b0de9e42

View File

@@ -46,9 +46,9 @@ Also consider 'sub' available in a running Gerrit instance on "server".
With this feature, one could attach 'sub' inside of 'super' repository With this feature, one could attach 'sub' inside of 'super' repository
at path 'sub' by executing the following command when being inside at path 'sub' by executing the following command when being inside
'super': 'super':
===== ====
git submodule add ssh://server/sub sub git submodule add ssh://server/sub sub
===== ====
Still considering the above example, after its execution notice that Still considering the above example, after its execution notice that
inside the local repository 'super' the 'sub' folder is considered a inside the local repository 'super' the 'sub' folder is considered a