mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Fix typo
This commit is contained in:
parent
4c5a2fbd1f
commit
09ce3e464f
1 changed files with 1 additions and 1 deletions
|
|
@ -1077,7 +1077,7 @@ Migrations.add('change-attachment-library', () => {
|
|||
}
|
||||
Attachments.addFile(path, opts, (err, fileRef) => {
|
||||
if (err) {
|
||||
console.log('error when migrating ', fileName, err);
|
||||
console.log('error when migrating ', fileRef.name, err);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue