We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 487b62d commit a5ec03dCopy full SHA for a5ec03d
pkg/cmd/repo/clone/clone_test.go
@@ -86,8 +86,8 @@ func Test_RepoClone(t *testing.T) {
86
},
87
{
88
name: "Non-canonical capitalization",
89
- args: "git@github.com:Ower/Repo.git",
90
- want: "git clone git@github.com:OWNER/REPO.git",
+ args: "Owner/Repo",
+ want: "git clone https://github.com/OWNER/REPO.git",
91
92
}
93
for _, tt := range tests {
0 commit comments