We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0a7e5c7 + 5246855 commit e53ca10Copy full SHA for e53ca10
index.js
@@ -15,7 +15,7 @@ var URL = require('url');
15
var options = require('./options')
16
var packageJson = require('./package.json')
17
18
-var regexParseProjectName = /^([^:]+:\/\/[^\/]+?\/|[^:]+:)([^\/]+\/[^\/]+?)+(?:\.git)?\s*$/;
+var regexParseProjectName = /(.+:\/\/.+?\/|.+:)(.+\/[^\.]+)+(\.git)?/;
19
20
var gitlab = new Gitlab(options);
21
gitlab.options = options;
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "git-lab-cli",
3
- "version": "2.0.5",
+ "version": "2.0.6",
4
"repository" : "https://github.com/vishwanatharondekar/gitlab-cli",
5
"description": "Create a merge request from command line in gitlab",
6
"keywords" : [
0 commit comments