diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-01 23:17:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 23:17:57 +0100 |
commit | 7260ca05bc3588c0572887a7d8f1b897c7fc13da (patch) | |
tree | 66854358df3cb9de651f7688556ec5a4b8ab1868 /commands/termui.go | |
parent | 0aefae6fcca5786f2c898029c3d6282f760f2c63 (diff) | |
parent | b6bed784e5664819250aac20b2b9690879ee6ab1 (diff) | |
download | git-bug-7260ca05bc3588c0572887a7d8f1b897c7fc13da.tar.gz |
Merge pull request #89 from MichaelMure/identity
WIP identity in git
Diffstat (limited to 'commands/termui.go')
-rw-r--r-- | commands/termui.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/commands/termui.go b/commands/termui.go index 4a029d6c..19a1397a 100644 --- a/commands/termui.go +++ b/commands/termui.go @@ -20,8 +20,8 @@ func runTermUI(cmd *cobra.Command, args []string) error { var termUICmd = &cobra.Command{ Use: "termui", - Short: "Launch the terminal UI", - PreRunE: loadRepo, + Short: "Launch the terminal UI.", + PreRunE: loadRepoEnsureUser, RunE: runTermUI, } |