diff --git a/hack/tree_status.sh b/hack/tree_status.sh index 12c1d1ee59..78fb4c6a38 100755 --- a/hack/tree_status.sh +++ b/hack/tree_status.sh @@ -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