fix: Create empty file instead of file with a space

Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
Julius Knorr 2024-12-20 12:28:33 +01:00 committed by backportbot[bot]
parent ad652036c5
commit c8f35085a1

View file

@ -3034,7 +3034,7 @@
self.filesClient.putFileContents(
targetPath,
' ', // dont create empty files which fails on some storage backends
'',
{
contentType: 'text/plain',
overwrite: true