This is an automated email from the ASF dual-hosted git repository.

bmahler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit bb0c5c30e4b43ba2e6b08c83c1934ec2090bb9c4
Author: Benjamin Mahler <bmah...@apache.org>
AuthorDate: Wed Jun 5 13:00:42 2024 -0400

    Remove trailing whitespace in mesos build entrypoint.
---
 support/mesos-build/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/mesos-build/entrypoint.sh 
b/support/mesos-build/entrypoint.sh
index 38f697e66..aafaaba3e 100755
--- a/support/mesos-build/entrypoint.sh
+++ b/support/mesos-build/entrypoint.sh
@@ -21,7 +21,7 @@ set -o pipefail
 
 SRCDIR=/tmp/SRC
 
-# NOTE: Higher ubuntu versions seem to give the following warning: 
+# NOTE: Higher ubuntu versions seem to give the following warning:
 # "detected dubious ownership in repository at '/SRC/.git'"
 # we will add an exception for this directory.
 git config --global --add safe.directory /SRC

Reply via email to