aboutsummaryrefslogtreecommitdiffstats
path: root/src/orchestrator/scripts
diff options
context:
space:
mode:
authorLarry Sachs <larry.j.sachs@intel.com>2020-07-21 10:40:20 -0700
committerEric Multanen <eric.w.multanen@intel.com>2020-07-21 21:12:10 +0000
commit783ed87fb39a8aa25e303e97aff2170dca059068 (patch)
tree7cbffbfeee113fe3024158810c1445806734c7ed /src/orchestrator/scripts
parent1e6e473f20fd4a5b87115120344fa4e7363b8a76 (diff)
Add newline to end of orchestrator/scripts/build.sh
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
Diffstat (limited to 'src/orchestrator/scripts')
-rwxr-xr-xsrc/orchestrator/scripts/build.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/orchestrator/scripts/build.sh b/src/orchestrator/scripts/build.sh
index 5446dac0..890b7d30 100755
--- a/src/orchestrator/scripts/build.sh
+++ b/src/orchestrator/scripts/build.sh
@@ -65,4 +65,5 @@ else
_move_bin
_cleanup
_build_docker
-fi \ No newline at end of file
+fi
+