From b92adfcb5f79f2b32c3dafb0fc3e7f1b753b6197 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 8 Dec 2019 21:15:06 +0100 Subject: bridge: huge refactor to accept multiple kind of credentials --- commands/webui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/webui.go') diff --git a/commands/webui.go b/commands/webui.go index 8e735e55..2e1a1bc0 100644 --- a/commands/webui.go +++ b/commands/webui.go @@ -249,7 +249,7 @@ var webUICmd = &cobra.Command{ Available git config: git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser `, - PreRunE: loadRepo, + PreRunE: loadRepoEnsureUser, RunE: runWebUI, } -- cgit