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 45e6a95 + 89be6d3 commit effa08fCopy full SHA for effa08f
giturlparse/__init__.py
@@ -4,7 +4,7 @@
4
5
6
def parse(url, check_domain=True):
7
- return GitUrlParsed(_parse(url, check_domain))
+ return GitUrlParsed(_parse(url, check_domain))
8
9
def validate(url, check_domain=True):
10
return parse(url, check_domain).valid
giturlparse/platforms/__init__.py
@@ -14,7 +14,7 @@
14
('bitbucket', BitbucketPlatform()),
15
('friendcode', FriendCodePlatform()),
16
('assembla', AssemblaPlatform()),
17
- ('gitlab', GitlabPlatform()),
+ ('gitlab', GitLabPlatform()),
18
19
# Match url
20
('base', BasePlatform()),
0 commit comments