Skip to content

Commit

Permalink
Merge pull request #24 from aytdm/change-target-repository
Browse files Browse the repository at this point in the history
refactor: change target repository
  • Loading branch information
inouetakuya authored Aug 4, 2020
2 parents d588391 + fa3336d commit 0da3395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function main() {
branch: string
filterPath?: (p: string) => boolean
} = {
target: 'nuxt/docs',
target: 'nuxt/nuxtjs.org',
branch: 'master'
}
const startsWith = Config.upstream.startsWith
Expand Down

0 comments on commit 0da3395

Please sign in to comment.