Skip to content

Commit

Permalink
org fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon committed Jun 14, 2024
1 parent 7e27c19 commit 80966f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kubeGetRepositories.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export default async function kubeGetRepositories ({
const name = parts.pop()
const organization = parts.pop()

return { organization, name }
return { org: organization, name }
})

return uniqueRepos.filter(r => orgFilter.test(r.organization))
Expand Down

0 comments on commit 80966f7

Please sign in to comment.