Skip to content

Commit

Permalink
fix: fix export path
Browse files Browse the repository at this point in the history
  • Loading branch information
janriemer committed Sep 16, 2018
1 parent f4cf136 commit 4d157ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ export async function handleAnswersForExport(answers: AnswersForExport, user: Us
},
async () => {
console.log('Migration archive is now exporting...');

const fileDestinationStream = createWriteStream(__dirname + '/myExportedGithub.tar.gz');

const archive = await createExportArchive(
user, otherUserData, urlWithArchiveId + '/archive'
Expand Down

0 comments on commit 4d157ca

Please sign in to comment.