Post go-gh integration cleanup (#5933)

This commit is contained in:
Sam Coe 2022-07-13 14:58:50 +02:00 committed by GitHub
parent 1e8cb9c1b2
commit e5cf302ad8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 13 additions and 31 deletions

View file

@ -98,9 +98,6 @@ func mainRun() exitCode {
return exitError
}
host, _ := cfg.DefaultHost()
ghrepo.SetDefaultHost(host)
expandedArgs := []string{}
if len(os.Args) > 0 {
expandedArgs = os.Args[1:]