Skip to content

Commit

Permalink
add another hostname to test
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed Jan 28, 2019
1 parent 3ddc20f commit 731a2a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/git/repospec_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ var hostNamesRawAndNormalized = [][]string{
{"git::http://git.example.com/", "http://git.example.com/"},
{"git::https://git.example.com/", "https://git.example.com/"},
{"git@github.com:", "git@github.com:"},
{"git@github.com/", "git@github.com:"},
{"git@gitlab2.sqtools.ru:10022/", "git@gitlab2.sqtools.ru:10022/"},
}

Expand Down

0 comments on commit 731a2a6

Please sign in to comment.