Skip to content

Commit

Permalink
Update vcs_remote_lookup.go
Browse files Browse the repository at this point in the history
updated regex
  • Loading branch information
chonthu committed Dec 17, 2015
1 parent eaee272 commit 1fefd32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcs_remote_lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var vcsList = []*vcsInfo{
{
host: "github.com",
vcs: Git,
pattern: `^(github\.com/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
pattern: `^(github\.com[/|:][A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
},
{
host: "bitbucket.org",
Expand Down

0 comments on commit 1fefd32

Please sign in to comment.