add comment for non empty text file
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
07acd34d6e
commit
d5bfff6f4f
1 changed files with 1 additions and 1 deletions
|
@ -2158,7 +2158,7 @@
|
|||
|
||||
self.filesClient.putFileContents(
|
||||
targetPath,
|
||||
' ',
|
||||
' ', // dont create empty files which fails on some storage backends
|
||||
{
|
||||
contentType: 'text/plain',
|
||||
overwrite: true
|
||||
|
|
Loading…
Reference in a new issue