Skip to content

Commit

Permalink
Merge pull request containers#2378 from vrothberg/tree-status
Browse files Browse the repository at this point in the history
hack/tree_status.sh: preserve new lines
  • Loading branch information
openshift-merge-robot authored Feb 20, 2019
2 parents a68c964 + 28ecb0f commit 4de0bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tree_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4de0bf9

Please sign in to comment.