aboutsummaryrefslogtreecommitdiffstats
path: root/commands/status_open.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/status_open.go')
-rw-r--r--commands/status_open.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/status_open.go b/commands/status_open.go
index 9a2b76ab..1b1c426e 100644
--- a/commands/status_open.go
+++ b/commands/status_open.go
@@ -31,7 +31,7 @@ func runStatusOpen(cmd *cobra.Command, args []string) error {
var openCmd = &cobra.Command{
Use: "open [<id>]",
Short: "Mark a bug as open.",
- PreRunE: loadRepo,
+ PreRunE: loadRepoEnsureUser,
RunE: runStatusOpen,
}