From 10fd72299d9e2852227b6e974b7965815f3fd1d6 Mon Sep 17 00:00:00 2001 From: beierlm Date: Tue, 17 May 2022 11:29:02 -0400 Subject: [PATCH] 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 --- installers/full_install_osm.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index d9f09954..3a59416e 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1913,9 +1913,6 @@ if [ -n "$CHARMED" ]; then exit 0 fi - exit 0 -fi - # if develop, we force master [ -z "$COMMIT_ID" ] && [ -n "$DEVELOP" ] && COMMIT_ID="master" -- 2.25.1