aboutsummaryrefslogtreecommitdiffstats
path: root/commands/select.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/select.go')
-rw-r--r--commands/select.go3
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() {