Skip to content

Commit

Permalink
Fix: update path to netlify.toml (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderleegs authored Aug 3, 2021
1 parent b361a00 commit 8bf580d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/NetlifyToml.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class NetlifyToml {
}

async read() {
const endpoint = `https://api.github.com/repos/${GITHUB_BUILD_ORG_NAME}/${GITHUB_BUILD_REPO_NAME}/contents/netlify.toml`
const endpoint = `https://api.github.com/repos/${GITHUB_BUILD_ORG_NAME}/${GITHUB_BUILD_REPO_NAME}/contents/overrides/netlify.toml`

const resp = await axios.get(endpoint, {
validateStatus,
Expand Down

0 comments on commit 8bf580d

Please sign in to comment.