diff options
author | Rob Daugherty <rd472p@att.com> | 2017-07-19 11:00:38 -0400 |
---|---|---|
committer | Rob Daugherty <rd472p@att.com> | 2017-07-19 11:02:06 -0400 |
commit | 62a625db852194e0afb6063cb982b4b71a833a2c (patch) | |
tree | f35f7b3576a45ca8282825cb7366a6248710486d /.gitreview | |
parent | fd02ad4cc7f03cfbe01dba5a1e564bed63e69a11 (diff) |
Fix project name in .gitreview file
Changed:
[gerrit]
host=gerrit.onap.org
port=29418
project=mso.git
To:
[gerrit]
host=gerrit.onap.org
port=29418
project=so.git
Issue: SO-38
Change-Id: I1bc55331625504c137aeb1905b535d6acd59a931
Signed-off-by: Rob Daugherty <rd472p@att.com>
Diffstat (limited to '.gitreview')
-rw-r--r-- | .gitreview | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitreview b/.gitreview index 22476ab029..3a5f50e02f 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=gerrit.onap.org port=29418 -project=mso.git +project=so.git |