From da2324a8a179b4d5f4c66182ab3069a6cd6f61b4 Mon Sep 17 00:00:00 2001 From: jsseidel Date: Fri, 15 Sep 2017 10:43:14 -0400 Subject: Fixed indentation problems Indentation problems were causing build failures. They were the result of not having empty lines between rst directives, like .. bash. Also, there was a malformed line in .gitmodules of the same type. Change-Id: I0cd51bd975ea1016d89053ab48ee0c433f43ae93 Issue-Id: DOC-78 Signed-off-by: jsseidel --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 7b8ef2350..756acae9a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -40,6 +40,6 @@ ignore = dirty [submodule "docs/submodules/dcaegen2.git"] path = docs/submodules/dcaegen2.git - ../dcaegen2 + url = ../dcaegen2 branch = . ignore = dirty -- cgit 1.2.3-korg