Skip to content

Commit b69d13d

Browse files
committed
The repo-to-directory conversion should include the owner in the path.
1 parent a7f02c9 commit b69d13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/contents.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ namespace Private {
742742
let content: Contents.IModel[] = repos.map(repo => {
743743
return {
744744
name: repo.name,
745-
path: repo.name,
745+
path: repo.full_name,
746746
format: 'json',
747747
type: 'directory',
748748
created: '',

0 commit comments

Comments
 (0)