Skip to content

Commit

Permalink
Fix typo in src
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and GitHub committed Aug 10, 2022
1 parent 64fa685 commit fad7805
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 @@ -9,7 +9,7 @@ const outputPagesBaseUrl = require('./output-pages-base-url')

async function main() {
try {
const { repositoryNwo, githubToken, enablement, staticSiteGenerato, generatorConfigFile } = getContext()
const { repositoryNwo, githubToken, enablement, staticSiteGenerator, generatorConfigFile } = getContext()

const pageObject = await findOrCreatePagesSite({ repositoryNwo, githubToken, enablement })
const siteUrl = new URL(pageObject.html_url)
Expand Down

0 comments on commit fad7805

Please sign in to comment.