diff --git a/bar-service/bar.sh b/bar-service/bar.sh index e8245a6..8d3b769 100755 --- a/bar-service/bar.sh +++ b/bar-service/bar.sh @@ -2,4 +2,6 @@ echo 'running bar!' echo 'cool new feature -fixing feature' -echo 'new feature' \ No newline at end of file +echo 'new feature' + +echo 'and here' \ No newline at end of file diff --git a/foo-service/foo.sh b/foo-service/foo.sh index 14338a5..8163df7 100755 --- a/foo-service/foo.sh +++ b/foo-service/foo.sh @@ -4,3 +4,5 @@ echo 'Running foo!' echo 'fixed bug' echo 'fixed another bug' echo 'NOT ANOTHER ONE' + +echo 'adding a thing here'