diff options
Diffstat (limited to 'commands/pull.go')
-rw-r--r-- | commands/pull.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/pull.go b/commands/pull.go index 9a5f4e5c..64de8bf5 100644 --- a/commands/pull.go +++ b/commands/pull.go @@ -41,7 +41,7 @@ func runPull(cmd *cobra.Command, args []string) error { return merge.Err } - if merge.Status != bug.MsgMergeNothing { + if merge.Status != bug.MergeStatusNothing { fmt.Printf("%s: %s\n", merge.Bug.HumanId(), merge.Status) } } |