Skip to content

Commit 7f16367

Browse files
committed
Merge pull request #5 from edy/patch-1
use repository path as group name
2 parents 9c04aae + 957bf4e commit 7f16367

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function parseRepo(repo){
3535
name: repo.path_with_namespace,
3636
display_name: repo.path_with_namespace,
3737
display_url: repo.web_url,
38-
group: repo.namespace.name,
38+
group: repo.namespace.path,
3939
private: !repo.public,
4040
config: {
4141
auth: { type: 'ssh' },
@@ -142,4 +142,4 @@ function removeDeployKey(config, repo_id, title, callback){
142142
callback(err, deleted);
143143
});
144144
});
145-
}
145+
}

0 commit comments

Comments
 (0)