summaryrefslogtreecommitdiffstats
path: root/pkg/gui/pull_request_menu_panel.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/gui/pull_request_menu_panel.go')
-rw-r--r--pkg/gui/pull_request_menu_panel.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/gui/pull_request_menu_panel.go b/pkg/gui/pull_request_menu_panel.go
index 3bbda6f0a..e72f781cb 100644
--- a/pkg/gui/pull_request_menu_panel.go
+++ b/pkg/gui/pull_request_menu_panel.go
@@ -71,7 +71,7 @@ func (gui *Gui) createPullRequest(from string, to string) error {
}
func (gui *Gui) getHostingServiceMgr() *hosting_service.HostingServiceMgr {
- remoteUrl := gui.GitCommand.GetRemoteURL()
+ remoteUrl := gui.GitCommand.Config.GetRemoteURL()
configServices := gui.UserConfig.Services
return hosting_service.NewHostingServiceMgr(gui.Log, gui.Tr, remoteUrl, configServices)
}