diff options
author | Michael Muré <batolettre@gmail.com> | 2019-02-23 13:01:46 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-03-01 22:40:28 +0100 |
commit | b8caddddc7aaf34b2da61c590fd1d9a0fae024fb (patch) | |
tree | 05871cd66dd4ae9a02f4221b6a8c235931e93074 /commands/termui.go | |
parent | 719303226096c905e602cb620dfdfbcf8fe106ad (diff) | |
download | git-bug-b8caddddc7aaf34b2da61c590fd1d9a0fae024fb.tar.gz |
identity: some UX cleanup
Diffstat (limited to 'commands/termui.go')
-rw-r--r-- | commands/termui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/termui.go b/commands/termui.go index 4a029d6c..abfd165f 100644 --- a/commands/termui.go +++ b/commands/termui.go @@ -21,7 +21,7 @@ func runTermUI(cmd *cobra.Command, args []string) error { var termUICmd = &cobra.Command{ Use: "termui", Short: "Launch the terminal UI", - PreRunE: loadRepo, + PreRunE: loadRepoEnsureUser, RunE: runTermUI, } |