diff options
Diffstat (limited to 'commands/select.go')
-rw-r--r-- | commands/select.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/commands/select.go b/commands/select.go index b917d31d..0c50d1a6 100644 --- a/commands/select.go +++ b/commands/select.go @@ -44,7 +44,8 @@ var selectCmd = &cobra.Command{ git bug comment git bug status `, - RunE: runSelect, + PreRunE: loadRepo, + RunE: runSelect, } func init() { |