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

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


The following commit(s) were added to refs/heads/master by this push:
     new 0e42dab8 Actually produce new lines
0e42dab8 is described below

commit 0e42dab8363e0e269b84beb28cf1c143101f9602
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 22:25:13 2023 +0000

    Actually produce new lines
---
 .github/workflows/unittestagenda.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index cc6710c6..1dccd72b 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -49,7 +49,7 @@ jobs:
       # need to run the ruby that has all the gems installed
       run: |
         sudo mkdir -p /srv
-        sudo bash -c 'echo "\n\n" >/srv/ldap.txt'
+        sudo bash -c 'printf "\n\n\n" >/srv/ldap.txt'
         ls -l /srv
         echo ":ldap: ldaps://ldap-us.apache.org:636" >> .whimsy
         sudo $(which ruby) -I $PWD/lib -r whimsy/asf -e "ASF::LDAP.configure"

Reply via email to