Fix PR comment

This commit is contained in:
Thibault Cohen
2021-01-08 13:23:45 -05:00
parent 3ffab83129
commit dd766c482e
@@ -45,10 +45,6 @@ export async function initRepoAndPush({
dot: true,
});
await git.init({
dir,
});
for (const filepath of paths) {
await git.add({ dir, filepath });
}