Skip to content

Commit

Permalink
fix: isInteractive
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Oct 18, 2024
1 parent bfd549b commit 5fc4636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync-configs/sync-configs-non-interactive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ export async function syncConfigsNonInteractive() {
"No instruction provided. You need to pass in an instruction either as command-line arguments or through the EDITOR_INSTRUCTION environment variable."
);
}
await processRepositories(instruction, true);
await processRepositories(instruction, false);
}

0 comments on commit 5fc4636

Please sign in to comment.