Skip to content

Commit

Permalink
fix(gitlab): parser - fix wrong type in repository typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
dsevillamartin committed Oct 12, 2017
1 parent c0c8262 commit 169e91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Gitlab/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const regex = /([^\/\s]+)\/?(?:(\w+))?\/([^\/]+?)$/; // eslint-disable-line no-u
* @property {String} repository same as .repo
* @property {String} owner repo owner
* @property {String} group repo group, if any
* @property {Array} name: repo name
* @property {String} name repo name
*/

/**
Expand Down

0 comments on commit 169e91f

Please sign in to comment.