Skip to content

Commit 8c46d7e

Browse files
authored
Fix fivetran repo name. (#1025)
1 parent 0cd320c commit 8c46d7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content_tree.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ async function getPackageTrees(): Promise<Array<Tree<IExtraAttributes>>> {
6363
},
6464
{
6565
owner: "dataform-co",
66-
repo: "dataform-fivetran-logs",
66+
repo: "dataform-fivetran-log",
6767
title: "Fivetran: Fivetran Logs"
6868
}
6969
].map(async ({ owner, repo, title }) => {

0 commit comments

Comments
 (0)