mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
align Gui struct with GitCommand
This commit is contained in:
@ -73,6 +73,6 @@ func (gui *Gui) createPullRequest(from string, to string) error {
|
||||
|
||||
func (gui *Gui) getHostingServiceMgr() *hosting_service.HostingServiceMgr {
|
||||
remoteUrl := gui.GitCommand.GetRemoteURL()
|
||||
configServices := gui.Config.GetUserConfig().Services
|
||||
configServices := gui.UserConfig.Services
|
||||
return hosting_service.NewHostingServiceMgr(gui.Log, gui.Tr, remoteUrl, configServices)
|
||||
}
|
||||
|
Reference in New Issue
Block a user