mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-29 19:57:51 +00:00
Merge pull request #2378 from vrothberg/tree-status
hack/tree_status.sh: preserve new lines
This commit is contained in:
commit
4de0bf9c74
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue