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/title_edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/title_edit.go') diff --git a/commands/title_edit.go b/commands/title_edit.go index 385dbdc9..3e40bd9e 100644 --- a/commands/title_edit.go +++ b/commands/title_edit.go @@ -55,7 +55,7 @@ func runTitleEdit(cmd *cobra.Command, args []string) error { var titleEditCmd = &cobra.Command{ Use: "edit []", Short: "Edit a title of a bug.", - PreRunE: loadRepo, + PreRunE: loadRepoEnsureUser, RunE: runTitleEdit, } -- cgit