diff options
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, } |