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