Skip to content

Commit

Permalink
Fix semicolon typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludwig Schubert committed Apr 30, 2020
1 parent 99e4e62 commit 5d9da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function getRepoFromURL(full_name, name, authorizedURL, targetDir) {
});
}
})
.then(() => fs.copy(targetPublicDir, altTargetPublicDir));
.then(() => fs.copy(targetPublicDir, altTargetPublicDir))
.catch(error => {
console.error(`cloning threw error: ${error}`);
});
Expand Down

0 comments on commit 5d9da34

Please sign in to comment.