Skip to content

Commit

Permalink
fix: email typo
Browse files Browse the repository at this point in the history
  • Loading branch information
amfage committed Aug 14, 2023
1 parent a7d607f commit 78cb47f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/commands/stac-github-import/stac.github.import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ export const commandStacGithubImport = command({

const linzRepoName = `linz/${args.repoName}`;
const gitName = `${args.repoName}[bot]`;
const gitEmail = `${args.repoName}, "@linz.govt.nz")`;
const gitEmail = `${args.repoName}@linz.govt.nz`;

console.log(linzRepoName, gitEmail, gitName)

Check failure on line 51 in src/commands/stac-github-import/stac.github.import.ts

View workflow job for this annotation

GitHub Actions / build

Insert `;`

const sourceCollection = new URL('collection.json', args.source);
const targetCollection = new URL('collection.json', args.target);
Expand Down

0 comments on commit 78cb47f

Please sign in to comment.