modify tests

This commit is contained in:
Gowtham Munukutla 2021-12-11 10:17:04 +05:30
parent 54d92facbf
commit 3fb4c481dc
5 changed files with 91 additions and 9 deletions

View file

@ -153,7 +153,6 @@ func AddRemote(name, u string) (*Remote, error) {
}
func UpdateRemoteURL(name, u string) error {
fmt.Println(name, u, "=====================name u==============")
addCmd, err := GitCommand("remote", "set-url", name, u)
if err != nil {
return err