Skip to content

Commit

Permalink
fix call
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticroentgen committed Mar 21, 2024
1 parent c1c2ff5 commit 808aff4
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 @@ -121,7 +121,7 @@ async function mirror(repository, gitea, giteaUser, githubToken, giteaOwner) {
await ensureOrg(gitea, giteaOwner,() => mirrorOnGitea(repository, gitea, giteaUser, githubToken, giteaOwner));
}

async function createMirrorsOnGitea() {
async function createMirrorsOnGitea(githubRepositories) {
const giteaUrl = process.env.GITEA_URL;
if (!giteaUrl) {
console.error('No GITEA_URL specified, please specify! Exiting..');
Expand Down

0 comments on commit 808aff4

Please sign in to comment.