Skip to content

Commit 7fac840

Browse files
committed
Actually try to leave old URLs in attachments when S3 unavailable
1 parent e754acf commit 7fac840

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/githubHelper.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,7 @@ export default class GithubHelper {
825825
}
826826
);
827827

828-
if (settings.s3) {
829-
strWithMigLine = await utils.migrateAttachments(strWithMigLine, this.repoId, settings.s3, this.gitlabHelper);
830-
}
828+
strWithMigLine = await utils.migrateAttachments(strWithMigLine, this.repoId, settings.s3, this.gitlabHelper);
831829

832830
return strWithMigLine;
833831
}

0 commit comments

Comments
 (0)