modify tests
This commit is contained in:
parent
54d92facbf
commit
3fb4c481dc
5 changed files with 91 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue