From 354529b2df3cb249dafb059b915f505456d976cf Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Wed, 16 Oct 2019 12:39:51 -0700 Subject: [PATCH] Add some output --- command/pr.go | 1 + 1 file changed, 1 insertion(+) diff --git a/command/pr.go b/command/pr.go index e1f979ca9..035eb3646 100644 --- a/command/pr.go +++ b/command/pr.go @@ -96,6 +96,7 @@ func prView(cmd *cobra.Command, args []string) error { openURL = prPayload.CurrentPR.URL } + fmt.Printf("Opening %s in your browser.\n", openURL) return openInBrowser(openURL) }