lib/model: Check availability later to catch renames (#5097)
This commit is contained in:
committed by
Audrius Butkevicius
parent
9028969617
commit
ff3cbdc90d
@@ -282,7 +282,7 @@ func (l FolderDeviceConfigurationList) Len() int {
|
||||
return len(l)
|
||||
}
|
||||
|
||||
func (f *FolderConfiguration) CheckFreeSpace() (err error) {
|
||||
func (f *FolderConfiguration) CheckFreeSpace() error {
|
||||
return checkFreeSpace(f.MinDiskFree, f.Filesystem())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user