Add newline to end of orchestrator/scripts/build.sh 19/110419/2
authorLarry Sachs <larry.j.sachs@intel.com>
Tue, 21 Jul 2020 17:40:20 +0000 (10:40 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Tue, 21 Jul 2020 21:12:10 +0000 (21:12 +0000)
Fixes the build warning 'E004 File did not end with a newline'

Issue-ID: MULTICLOUD-1131
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
Change-Id: I0a69fe25f93feb6a700c140c9dae9c214d5d4dd0

src/orchestrator/scripts/build.sh

index 5446dac..890b7d3 100755 (executable)
@@ -65,4 +65,5 @@ else
     _move_bin
     _cleanup
     _build_docker
-fi
\ No newline at end of file
+fi
+