diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2017-04-12 02:10:45 +0800 |
---|---|---|
committer | Sofia Wallin <sofia.wallin@ericsson.com> | 2017-05-04 14:37:44 +0000 |
commit | d866b48c6f1ddc60d340f76388dc52a397260460 (patch) | |
tree | 5a1a6e9f948802b8b8c7be1ce2e4188dcc5161da /.gitmodules | |
parent | 62df1ed8f9f256132c2d52552eeeacd1bddb21bd (diff) |
Fix git submodule for openretriever
Change-Id: Iedc1bc40a57838225923c71a9097c814a2f9bbf9
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
(cherry picked from commit c19df6b5624d06d1e3d2d3994412bcfae3c687ce)
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 9efec3df1..8fc044f15 100644 --- a/.gitmodules +++ b/.gitmodules @@ -79,8 +79,8 @@ branch = . ignore = dirty [submodule "docs/submodules/openretriever"] - path = docs/submodules/openretriever - url = ../openretriever + path = docs/submodules/openretriever + url = ../openretriever branch = . ignore = dirty [submodule "docs/submodules/ovsnfv"] |