diff options
author | Krzysztof Opasiak <k.opasiak@samsung.com> | 2019-05-29 11:54:59 +0200 |
---|---|---|
committer | Krzysztof Opasiak <k.opasiak@samsung.com> | 2019-05-29 11:54:59 +0200 |
commit | 56df6aab3bd57aa0eb95cb33736baead0d3940e1 (patch) | |
tree | 39286f0bc13ef0bd777baf1e0236efede3b09ebe /.gitmodules | |
parent | 4e1fbc22403c445dab288d7618fc93e6b3263c36 (diff) |
Fix incorrect path to osa repo
Issue-ID: SECCOM-239
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I8de1f4ea239acb972d0b71df2d7ddec41678a0fb
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8c9e7e9df..d78cf40be 100644 --- a/.gitmodules +++ b/.gitmodules @@ -405,4 +405,6 @@ ignore = dirty [submodule "docs/submodules/osa.git"] path = docs/submodules/osa.git - url = ../../osa/ + url = ../osa/ + branch = master + ignore = dirty |