Skip to content

Commit

Permalink
fix var name
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Mar 21, 2024
1 parent 365f4d0 commit e7ca5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ async function createMirrorsOnGitea(githubRepositories, githubUsername) {
token: giteaToken,
};
const giteaUser = await getGiteaUser(gitea);
ensureOrg(gitea, giteaOwner,async () => {
ensureOrg(gitea, githubUsername, async () => {
const queue = new PQueue({ concurrency: 1 });
await queue.addAll(githubRepositories.map(repository => {
return async () => {
Expand Down

0 comments on commit e7ca5d8

Please sign in to comment.