Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
1e6e473
)
Add newline to end of orchestrator/scripts/build.sh
19/110419/2
author
Larry Sachs
<larry.j.sachs@intel.com>
Tue, 21 Jul 2020 17:40:20 +0000
(10:40 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/src/orchestrator/scripts/build.sh
b/src/orchestrator/scripts/build.sh
index
5446dac
..
890b7d3
100755
(executable)
--- 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
+