Merge pull request #2378 from vrothberg/tree-status

hack/tree_status.sh: preserve new lines
This commit is contained in:
OpenShift Merge Robot 2019-02-20 19:46:57 +01:00 committed by GitHub
commit 4de0bf9c74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ then
else
echo "tree is dirty, please commit all changes and sync the vendor.conf"
echo ""
echo $STATUS
echo "$STATUS"
exit 1
fi