| commit | 10fd72299d9e2852227b6e974b7965815f3fd1d6 | [log] [tgz] |
|---|---|---|
| author | beierlm <mark.beierl@canonical.com> | Tue May 17 11:29:02 2022 -0400 |
| committer | beierlm <mark.beierl@canonical.com> | Tue May 17 11:29:02 2022 -0400 |
| tree | 563b860a514184028f522d72582cf24c40995e12 | |
| parent | 18d047ff163473669a017b6baa1f0bf814344839 [diff] |
Fix typo Due to manual cherry pick and conflict resolution of https://osm.etsi.org/gerrit/c/osm/devops/+/12030 an extra 'exit 0' was added. This change removes it. Change-Id: Ic5c538ad1df203e50a9a77c79e98e157d77c0d85 Signed-off-by: beierlm <mark.beierl@canonical.com>
diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d9f0995..3a59416 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh
@@ -1913,9 +1913,6 @@ exit 0 fi - exit 0 -fi - # if develop, we force master [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master"